#CAAA98

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

Shades of Cashmere #CAAA98

Tints of Cashmere #CAAA98

Color information

#CAAA98 (or 0xCAAA98) is unknown color: approx Cashmere. HEX triplet: CA, AA and 98. RGB value is (202,170,152). Sum of RGB (Red+Green+Blue) = 202+170+152=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA98 is #355567. Grayscale: #B1B1B1. Windows color (decimal): -3495272 or 10005194. OLE color: 10005194.

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

Color convert

RGB202170152-
CMYK00.160.250.21
HSL21.6º32.05%69.41%-
HSV(B)21.6º24.75%79.22%-
XYZ44.443.5735.78-
YUV177.52113.6145.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=38.55%
G=32.44%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217015200.160.250.2121.632.0569.41
HexCAAA980101915162045
Octal31225223002031252640105
Binary1100101010101010100110000100001100110101101101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA98; }

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

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

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

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

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

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

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

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