Shades of Pale Chestnut #CAABAC
Tints of Pale Chestnut #CAABAC
RGB
CMYK
RGB Variations
Color information
#CAABAC (or 0xCAABAC) is known color: 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
RGB | 202 | 171 | 172 | - |
CMYK | 0 | 0.15 | 0.15 | 0.21 |
HSL | 358.06º | 0.23% | 0.73% | - |
HSV(B) | 358.06º | 0.15% | 0.79% | - |
XYZ | 46.37 | 44.66 | 45.21 | - |
YUV | 180.38 | 123.27 | 143.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 171 | 172 | 0 | 0.15 | 0.15 | 0.21 | 358.06 | 0.23 | 0.73 |
Hex | CA | AB | AC | 0 | F | F | 15 | 166 | 17 | 49 |
Octal | 312 | 253 | 254 | 0 | 17 | 17 | 25 | 546 | 27 | 111 |
Binary | 11001010 | 10101011 | 10101100 | 0 | 1111 | 1111 | 10101 | 101100110 | 10111 | 1001001 |
Color Harmonies of #CAABAC
Complementary color
Monochromatic Colors of #CAABAC
Black with #CAABAC
Text Example
Text Example
White with #CAABAC
Text Example
Text Example
HTML Codes & Css Web 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>