Color Hex Logo

#cba379 Color Hex

#CBA379
(203,163,121)
0 Favorites   0 Comments

Color spaces of #cba379

RGB 203163121
HSL0.090.440.64
HSV31°40°80°
CMYK 0.000.200.40   0.20
XYZ41.177040.271423.6921
Yxy40.27140.39160.3830
Hunter Lab63.45984.768422.2865
CIE-Lab69.66249.099627.3996

#cba379 color RGB value is (203,163,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 01111001
Octal 313 243 171
Decimal 203 163 121
Hex CB A3 79

RGB Percentages of Color #cba379

%41.68
%33.47
%24.85

CMYK Percentages of Color #cba379

%0
%20
%40
%20

Triadic Colors of #cba379

#cba379 #79cba3 #a379cb

Analogous Colors of #cba379

#cba379 #cacb79 #cb7a79

Monochromatic Colors of #cba379

#cba379

Complementary Color

#cba379 #79a1cb

#cba379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba379 Color CSS Codes

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

#cba379 Text Font Color

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

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


#cba379 Background Color

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

This div background color is #cba379


#cba379 Border Color

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

This div border color is #cba379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba379

#cba379 Color Palettes


Comments

No comments written yet.

Please login to write comment.