#CAAB9A

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

Shades of Cashmere #CAAB9A

Tints of Cashmere #CAAB9A

Color information

#CAAB9A (or 0xCAAB9A) is unknown color: approx Cashmere. HEX triplet: CA, AB and 9A. RGB value is (202,171,154). Sum of RGB (Red+Green+Blue) = 202+171+154=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAB9A is #355465. Grayscale: #B2B2B2. Windows color (decimal): -3495014 or 10136522. OLE color: 10136522.

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

Color convert

RGB202171154-
CMYK00.150.240.21
HSL21.25º31.17%69.8%-
HSV(B)21.25º23.76%79.22%-
XYZ44.7544.0236.71-
YUV178.33114.27144.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=38.33%
G=32.45%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217115400.150.240.2121.2531.1769.8
HexCAAB9A0F1815151f46
Octal31225323201730252537106
Binary11001010101010111001101001111110001010110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB9A; }

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

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

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

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

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

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

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

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