Color Hex Logo

#cba37c Color Hex

#CBA37C
(203,163,124)
0 Favorites   0 Comments

Color spaces of #cba37c

RGB 203163124
HSL0.080.430.64
HSV30°39°80°
CMYK 0.000.200.39   0.20
XYZ41.363940.346124.6763
Yxy40.34610.38880.3792
Hunter Lab63.51865.083421.4295
CIE-Lab69.71539.443025.8477

#cba37c color RGB value is (203,163,124).

#cba37c hex color red value is 203, green value is 163 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cba37c hue: 0.08 , saturation: 0.43 and the lightness value of cba37c is 0.64.

The process color (four color CMYK) of #cba37c color hex is 0.00, 0.20, 0.39, 0.20. Web safe color of #cba37c is #cc9966. Color #cba37c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 01111100
Octal 313 243 174
Decimal 203 163 124
Hex CB A3 7C

RGB Percentages of Color #cba37c

%41.43
%33.27
%25.31

CMYK Percentages of Color #cba37c

%0
%20
%39
%20

Triadic Colors of #cba37c

#cba37c #7ccba3 #a37ccb

Analogous Colors of #cba37c

#cba37c #cbcb7c #cb7c7d

Monochromatic Colors of #cba37c

#cba37c

Complementary Color

#cba37c #7ca4cb

#cba37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba37c Color CSS Codes

.mybgcolor {background-color:#cba37c; } 
.myforecolor {color:#cba37c; }
.mybordercolor {border:3px solid #cba37c; }

#cba37c Text Font Color

<p style="color:#cba37c">Text here</p>

This sample text font color is #cba37c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cba37c Background Color

<div style="background-color:#cba37c">
Div content here</div>

This div background color is #cba37c


#cba37c Border Color

<div style="border:3px solid #cba37c">
Div here</div>

This div border color is #cba37c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,163,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cba37c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cba37c;
  -webkit-box-shadow: 1px 1px 3px 2px #cba37c;
  box-shadow:         1px 1px 3px 2px #cba37c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,163,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cba37c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cba37c;
  -webkit-box-shadow: 1px 1px 3px 2px #cba37c;
  box-shadow:         1px 1px 3px 2px #cba37c;">
Div content here</div>

This div box has shadow with color #cba37c


Comments

No comments written yet.

Please login to write comment.