Shades of Parchment #CAC2AA
Tints of Parchment #CAC2AA
RGB
CMYK
RGB Variations
Color information
#CAC2AA (or 0xCAC2AA) is known color: Parchment. HEX triplet: CA, C2 and AA. RGB value is (202,194,170). Sum of RGB (Red+Green+Blue) = 202+194+170=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2AA is #353D55. Grayscale: #C1C1C1. Windows color (decimal): -3489110 or 11190986. OLE color: 11190986.
HSL color Cylindrical-coordinate representation of color #CAC2AA: hue angle of 45º 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 #CAC2AA is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 170 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.21 |
| HSL | 45º | 0.23% | 0.73% | - |
| HSV(B) | 45º | 0.16% | 0.79% | - |
| XYZ | 50.9 | 54.04 | 45.78 | - |
| YUV | 193.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 170 | 0 | 0.04 | 0.16 | 0.21 | 45 | 0.23 | 0.73 |
| Hex | CA | C2 | AA | 0 | 4 | 10 | 15 | 2D | 17 | 49 |
| Octal | 312 | 302 | 252 | 0 | 4 | 20 | 25 | 55 | 27 | 111 |
| Binary | 11001010 | 11000010 | 10101010 | 0 | 100 | 10000 | 10101 | 101101 | 10111 | 1001001 |
Color Harmonies of #CAC2AA
Complementary color
Monochromatic Colors of #CAC2AA
Black with #CAC2AA
Text Example
Text Example
White with #CAC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2AA; }
p { color: rgb(202,194,170); }
H1.HeaderClassName
{
color: #CAC2AA;
}
.AnyTagClassName
{
color: #CAC2AA;
}
</style>
background-color css
<style>
a { background-color: #CAC2AA; }
a { background-color: rgb(202,194,170); }
div.DivClassName
{
background-color: #CAC2AA;
}
.BgClassName
{
background-color: #CAC2AA;
}
</style>
border-color css
<style>
span { border-color: #CAC2AA; }
span { border-color: rgb(202,194,170); }
td.TdClassName
{
border-color: #CAC2AA;
}
.TagClassName
{
border-color: #CAC2AA;
}
</style>