#CAAC94

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

Shades of Cashmere #CAAC94

Tints of Cashmere #CAAC94

Color information

#CAAC94 (or 0xCAAC94) is unknown color: approx Cashmere. HEX triplet: CA, AC and 94. RGB value is (202,172,148). Sum of RGB (Red+Green+Blue) = 202+172+148=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC94 is #35536B. Grayscale: #B2B2B2. Windows color (decimal): -3494764 or 9743562. OLE color: 9743562.

HSL color Cylindrical-coordinate representation of color #CAAC94: hue angle of 26.67º 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 #CAAC94 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202172148-
CMYK00.150.270.21
HSL26.67º33.75%68.63%-
HSV(B)26.67º26.73%79.22%-
XYZ44.4544.234.21-
YUV178.23110.94144.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=38.70%
G=32.95%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217214800.150.270.2126.6733.7568.63
HexCAAC940F1B151b2245
Octal31225422401733253342105
Binary110010101010110010010100011111101110101110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC94; }

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

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

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

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

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

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

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

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