#CAAD94

Color #CAAD94 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CAAD94

Tints of Cashmere #CAAD94

Color information

#CAAD94 (or 0xCAAD94) is unknown color: approx Cashmere. HEX triplet: CA, AD and 94. RGB value is (202,173,148). Sum of RGB (Red+Green+Blue) = 202+173+148=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAD94 is #35526B. Grayscale: #B2B2B2. Windows color (decimal): -3494508 or 9743818. OLE color: 9743818.

HSL color Cylindrical-coordinate representation of color #CAAD94: hue angle of 27.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAAD94 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202173148-
CMYK00.140.270.21
HSL27.78º33.75%68.63%-
HSV(B)27.78º26.73%79.22%-
XYZ44.6544.5834.27-
YUV178.82110.61144.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=38.62%
G=33.08%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217314800.140.270.2127.7833.7568.63
HexCAAD940E1B151c2245
Octal31225522401633253442105
Binary110010101010110110010100011101101110101111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD94; }

 p { color: rgb(202,173,148); }

 H1.HeaderClassName
 {
   color: #CAAD94;
 }
 .AnyTagClassName
 {
   color: #CAAD94;
 }
</style>
background-color css

<style>
 a { background-color: #CAAD94; }

 a { background-color: rgb(202,173,148); }

 div.DivClassName
 {
   background-color: #CAAD94;
 }
 .BgClassName
 {
   background-color: #CAAD94;
 }
</style>
border-color css

<style>
 span { border-color: #CAAD94; }

 span { border-color: rgb(202,173,148); }

 td.TdClassName
 {
   border-color: #CAAD94;
 }
 .TagClassName
 {
   border-color: #CAAD94;
 }
</style>