#CAAB90

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

Shades of Cashmere #CAAB90

Tints of Cashmere #CAAB90

Color information

#CAAB90 (or 0xCAAB90) is unknown color: approx Cashmere. HEX triplet: CA, AB and 90. RGB value is (202,171,144). Sum of RGB (Red+Green+Blue) = 202+171+144=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAB90 is #35546F. Grayscale: #B1B1B1. Windows color (decimal): -3495024 or 9481162. OLE color: 9481162.

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

Color convert

RGB202171144-
CMYK00.150.290.21
HSL27.93º35.37%67.84%-
HSV(B)27.93º28.71%79.22%-
XYZ43.9543.732.5-
YUV177.19109.27145.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=39.07%
G=33.08%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217114400.150.290.2127.9335.3767.84
HexCAAB900F1D151c2344
Octal31225322001735253443104
Binary110010101010101110010000011111110110101111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB90; }

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

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

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

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

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

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

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

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