Color Hex Logo

#cba373 Color Hex

#CBA373
(203,163,115)
0 Favorites   0 Comments

Color spaces of #cba373

RGB 203163115
HSL0.090.460.62
HSV33°43°80°
CMYK 0.000.200.43   0.20
XYZ40.820340.128721.8138
Yxy40.12870.39720.3905
Hunter Lab63.34724.165923.9264
CIE-Lab69.56118.440630.4919

#cba373 color RGB value is (203,163,115).

#cba373 hex color red value is 203, green value is 163 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cba373 hue: 0.09 , saturation: 0.46 and the lightness value of cba373 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 01110011
Octal 313 243 163
Decimal 203 163 115
Hex CB A3 73

RGB Percentages of Color #cba373

%42.20
%33.89
%23.91

CMYK Percentages of Color #cba373

%0
%20
%43
%20

Triadic Colors of #cba373

#cba373 #73cba3 #a373cb

Analogous Colors of #cba373

#cba373 #c7cb73 #cb7773

Monochromatic Colors of #cba373

#cba373

Complementary Color

#cba373 #739bcb

#cba373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba373 Color CSS Codes

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

#cba373 Text Font Color

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

This sample text font color is #cba373
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.


#cba373 Background Color

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

This div background color is #cba373


#cba373 Border Color

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

This div border color is #cba373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba373


Comments

No comments written yet.

Please login to write comment.