#CAABAC

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

Shades of Pale Chestnut #CAABAC

Tints of Pale Chestnut #CAABAC

Color information

#CAABAC (or 0xCAABAC) is unknown color: approx Pale Chestnut. HEX triplet: CA, AB and AC. RGB value is (202,171,172). Sum of RGB (Red+Green+Blue) = 202+171+172=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABAC is #355453. Grayscale: #B4B4B4. Windows color (decimal): -3494996 or 11316170. OLE color: 11316170.

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

Color convert

RGB202171172-
CMYK00.150.150.21
HSL358.06º22.63%73.14%-
HSV(B)358.06º15.35%79.22%-
XYZ46.3744.6645.21-
YUV180.38123.27143.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=37.06%
G=31.38%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217117200.150.150.21358.0622.6373.14
HexCAABAC0FF151661749
Octal312253254017172554627111
Binary11001010101010111010110001111111110101101100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABAC; }

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

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

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

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

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

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

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

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