#CAAC98

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

Shades of Cashmere #CAAC98

Tints of Cashmere #CAAC98

Color information

#CAAC98 (or 0xCAAC98) is unknown color: approx Cashmere. HEX triplet: CA, AC and 98. RGB value is (202,172,152). Sum of RGB (Red+Green+Blue) = 202+172+152=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAC98 is #355367. Grayscale: #B2B2B2. Windows color (decimal): -3494760 or 10005706. OLE color: 10005706.

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

Color convert

RGB202172152-
CMYK00.150.250.21
HSL24º32.05%69.41%-
HSV(B)24º24.75%79.22%-
XYZ44.7844.3335.9-
YUV178.69112.94144.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=38.40%
G=32.70%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217215200.150.250.212432.0569.41
HexCAAC980F1915182045
Octal31225423001731253040105
Binary110010101010110010011000011111100110101110001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC98; }

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

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

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

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

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

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

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

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