Color Hex Logo

#cba380 Color Hex

#CBA380
(203,163,128)
0 Favorites   0 Comments

Color spaces of #cba380

RGB 203163128
HSL0.080.420.65
HSV28°37°80°
CMYK 0.000.200.37   0.20
XYZ41.622140.449426.0359
Yxy40.44940.38500.3742
Hunter Lab63.59985.517320.2483
CIE-Lab69.78849.914723.7742

#cba380 color RGB value is (203,163,128).

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

The process color (four color CMYK) of #cba380 color hex is 0.00, 0.20, 0.37, 0.20. Web safe color of #cba380 is #cc9999. Color #cba380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 10000000
Octal 313 243 200
Decimal 203 163 128
Hex CB A3 80

RGB Percentages of Color #cba380

%41.09
%33.00
%25.91

CMYK Percentages of Color #cba380

%0
%20
%37
%20

Triadic Colors of #cba380

#cba380 #80cba3 #a380cb

Analogous Colors of #cba380

#cba380 #cbc980 #cb8083

Monochromatic Colors of #cba380

#cba380

Complementary Color

#cba380 #80a8cb

#cba380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba380 Color CSS Codes

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

#cba380 Text Font Color

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

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


#cba380 Background Color

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

This div background color is #cba380


#cba380 Border Color

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

This div border color is #cba380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba380


Comments

No comments written yet.

Please login to write comment.