#CAAC90

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

Shades of Cashmere #CAAC90

Tints of Cashmere #CAAC90

Color information

#CAAC90 (or 0xCAAC90) is unknown color: approx Cashmere. HEX triplet: CA, AC and 90. RGB value is (202,172,144). Sum of RGB (Red+Green+Blue) = 202+172+144=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC90 is #35536F. Grayscale: #B1B1B1. Windows color (decimal): -3494768 or 9481418. OLE color: 9481418.

HSL color Cylindrical-coordinate representation of color #CAAC90: hue angle of 28.97º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAC90 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB202172144-
CMYK00.150.290.21
HSL28.97º35.37%67.84%-
HSV(B)28.97º28.71%79.22%-
XYZ44.1444.0832.57-
YUV177.78108.94145.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=39.00%
G=33.20%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217214400.150.290.2128.9735.3767.84
HexCAAC900F1D151d2344
Octal31225422001735253543104
Binary110010101010110010010000011111110110101111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC90; }

 p { color: rgb(202,172,144); }

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

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

 a { background-color: rgb(202,172,144); }

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

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

 span { border-color: rgb(202,172,144); }

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