Shades of Pale Chestnut #CAAAAC
Tints of Pale Chestnut #CAAAAC
RGB
CMYK
RGB Variations
Color information
#CAAAAC (or 0xCAAAAC) is known color: Pale Chestnut. HEX triplet: CA, AA and AC. RGB value is (202,170,172). Sum of RGB (Red+Green+Blue) = 202+170+172=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAAC is #355553. Grayscale: #B3B3B3. Windows color (decimal): -3495252 or 11315914. OLE color: 11315914.
HSL color Cylindrical-coordinate representation of color #CAAAAC: hue angle of 356.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAAC is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 170 | 172 | - |
CMYK | 0 | 0.16 | 0.15 | 0.21 |
HSL | 356.25º | 0.23% | 0.73% | - |
HSV(B) | 356.25º | 0.16% | 0.79% | - |
XYZ | 46.18 | 44.28 | 45.14 | - |
YUV | 179.8 | 123.6 | 143.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 172 | 0 | 0.16 | 0.15 | 0.21 | 356.25 | 0.23 | 0.73 |
Hex | CA | AA | AC | 0 | 10 | F | 15 | 164 | 17 | 49 |
Octal | 312 | 252 | 254 | 0 | 20 | 17 | 25 | 544 | 27 | 111 |
Binary | 11001010 | 10101010 | 10101100 | 0 | 10000 | 1111 | 10101 | 101100100 | 10111 | 1001001 |
Color Harmonies of #CAAAAC
Complementary color
Monochromatic Colors of #CAAAAC
Black with #CAAAAC
Text Example
Text Example
White with #CAAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAAC; }
p { color: rgb(202,170,172); }
H1.HeaderClassName
{
color: #CAAAAC;
}
.AnyTagClassName
{
color: #CAAAAC;
}
</style>
background-color css
<style>
a { background-color: #CAAAAC; }
a { background-color: rgb(202,170,172); }
div.DivClassName
{
background-color: #CAAAAC;
}
.BgClassName
{
background-color: #CAAAAC;
}
</style>
border-color css
<style>
span { border-color: #CAAAAC; }
span { border-color: rgb(202,170,172); }
td.TdClassName
{
border-color: #CAAAAC;
}
.TagClassName
{
border-color: #CAAAAC;
}
</style>