color codes Logo

#cba58e color codes

#CBA58E
(203,165,142)
0 Favorites   0 Comments

Color spaces of #cba58e

RGB 203165142
HSL0.060.370.68
HSV23°30°80°
CMYK 0.000.190.30   0.20
XYZ42.966241.559831.3485
Yxy41.55980.37080.3587
Hunter Lab64.46696.150516.2957
CIE-Lab70.566410.605417.1890

#cba58e color RGB value is (203,165,142).

#cba58e hex color red value is 203, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cba58e hue: 0.06 , saturation: 0.37 and the lightness value of cba58e is 0.68.

The process color (four color CMYK) of #cba58e color code is 0.00, 0.19, 0.30, 0.20. Web safe color of #cba58e is #cc9999. Color #cba58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 10001110
Octal 313 245 216
Decimal 203 165 142
Hex CB A5 8E

RGB Percentages of Color #cba58e

%39.80
%32.35
%27.84

CMYK Percentages of Color #cba58e

%0
%19
%30
%20

Triadic Colors of #cba58e

#cba58e #8ecba5 #a58ecb

Analogous Colors of #cba58e

#cba58e #cbc48e #cb8e96

Monochromatic Colors of #cba58e

#cba58e

Complementary Color

#cba58e #8eb4cb

#cba58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba58e Color CSS Codes

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

#cba58e Text Font Color

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

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


#cba58e Background Color

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

This div background color is #cba58e


#cba58e Border Color

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

This div border color is #cba58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba58e


Comments

No comments written yet.

Please login to write comment.