#CAAF9A

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

Shades of Cashmere #CAAF9A

Tints of Cashmere #CAAF9A

Color information

#CAAF9A (or 0xCAAF9A) is unknown color: approx Cashmere. HEX triplet: CA, AF and 9A. RGB value is (202,175,154). Sum of RGB (Red+Green+Blue) = 202+175+154=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF9A is #355065. Grayscale: #B4B4B4. Windows color (decimal): -3493990 or 10137546. OLE color: 10137546.

HSL color Cylindrical-coordinate representation of color #CAAF9A: hue angle of 26.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAAF9A is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202175154-
CMYK00.130.240.21
HSL26.25º31.17%69.8%-
HSV(B)26.25º23.76%79.22%-
XYZ45.5245.5536.96-
YUV180.68112.95143.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=38.04%
G=32.96%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217515400.130.240.2126.2531.1769.8
HexCAAF9A0D18151a1f46
Octal31225723201530253237106
Binary11001010101011111001101001101110001010111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF9A; }

 p { color: rgb(202,175,154); }

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

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

 a { background-color: rgb(202,175,154); }

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

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

 span { border-color: rgb(202,175,154); }

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