Color Hex Logo

#cba7aa Color Hex

#CBA7AA
(203,167,170)
0 Favorites   0 Comments

Color spaces of #cba7aa

RGB 203167170
HSL0.990.260.73
HSV355°18°80°
CMYK 0.000.180.16   0.20
XYZ45.703043.236243.9668
Yxy43.23620.34390.3253
Hunter Lab65.75428.99796.3835
CIE-Lab71.715013.63493.4065

#cba7aa color RGB value is (203,167,170).

#cba7aa hex color red value is 203, green value is 167 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cba7aa hue: 0.99 , saturation: 0.26 and the lightness value of cba7aa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 10101010
Octal 313 247 252
Decimal 203 167 170
Hex CB A7 AA

RGB Percentages of Color #cba7aa

%37.59
%30.93
%31.48

CMYK Percentages of Color #cba7aa

%0
%18
%16
%20

Triadic Colors of #cba7aa

#cba7aa #aacba7 #a7aacb

Analogous Colors of #cba7aa

#cba7aa #cbb6a7 #cba7bc

Monochromatic Colors of #cba7aa

#cba7aa

Complementary Color

#cba7aa #a7cbc8

#cba7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba7aa Color CSS Codes

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

#cba7aa Text Font Color

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

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


#cba7aa Background Color

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

This div background color is #cba7aa


#cba7aa Border Color

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

This div border color is #cba7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba7aa

#cba7aa Color Palettes


Comments

No comments written yet.

Please login to write comment.