Color Hex Logo

#cba594 Color Hex

#CBA594
(203,165,148)
0 Favorites   0 Comments

Color spaces of #cba594

RGB 203165148
HSL0.050.350.69
HSV19°27°80°
CMYK 0.000.190.27   0.20
XYZ43.429041.744933.7856
Yxy41.74490.36510.3509
Hunter Lab64.61036.914114.2237
CIE-Lab70.694711.425114.0730

#cba594 color RGB value is (203,165,148).

#cba594 hex color red value is 203, green value is 165 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cba594 hue: 0.05 , saturation: 0.35 and the lightness value of cba594 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 10010100
Octal 313 245 224
Decimal 203 165 148
Hex CB A5 94

RGB Percentages of Color #cba594

%39.34
%31.98
%28.68

CMYK Percentages of Color #cba594

%0
%19
%27
%20

Triadic Colors of #cba594

#cba594 #94cba5 #a594cb

Analogous Colors of #cba594

#cba594 #cbc194 #cb949f

Monochromatic Colors of #cba594

#cba594

Complementary Color

#cba594 #94bacb

#cba594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba594 Color CSS Codes

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

#cba594 Text Font Color

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

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


#cba594 Background Color

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

This div background color is #cba594


#cba594 Border Color

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

This div border color is #cba594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba594


Comments

No comments written yet.

Please login to write comment.