Shades of Parchment #CAC3A9
Tints of Parchment #CAC3A9
RGB
CMYK
RGB Variations
Color information
#CAC3A9 (or 0xCAC3A9) is known color: Parchment. HEX triplet: CA, C3 and A9. RGB value is (202,195,169). Sum of RGB (Red+Green+Blue) = 202+195+169=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC3A9 is #353C56. Grayscale: #C2C2C2. Windows color (decimal): -3488855 or 11125706. OLE color: 11125706.
HSL color Cylindrical-coordinate representation of color #CAC3A9: hue angle of 47.27º degrees, saturation: 0.24, 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 #CAC3A9 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 169 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.21 |
| HSL | 47.27º | 0.24% | 0.73% | - |
| HSV(B) | 47.27º | 0.16% | 0.79% | - |
| XYZ | 51.03 | 54.45 | 45.36 | - |
| YUV | 194.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 169 | 0 | 0.03 | 0.16 | 0.21 | 47.27 | 0.24 | 0.73 |
| Hex | CA | C3 | A9 | 0 | 3 | 10 | 15 | 2F | 18 | 49 |
| Octal | 312 | 303 | 251 | 0 | 3 | 20 | 25 | 57 | 30 | 111 |
| Binary | 11001010 | 11000011 | 10101001 | 0 | 11 | 10000 | 10101 | 101111 | 11000 | 1001001 |
Color Harmonies of #CAC3A9
Complementary color
Monochromatic Colors of #CAC3A9
Black with #CAC3A9
Text Example
Text Example
White with #CAC3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3A9; }
p { color: rgb(202,195,169); }
H1.HeaderClassName
{
color: #CAC3A9;
}
.AnyTagClassName
{
color: #CAC3A9;
}
</style>
background-color css
<style>
a { background-color: #CAC3A9; }
a { background-color: rgb(202,195,169); }
div.DivClassName
{
background-color: #CAC3A9;
}
.BgClassName
{
background-color: #CAC3A9;
}
</style>
border-color css
<style>
span { border-color: #CAC3A9; }
span { border-color: rgb(202,195,169); }
td.TdClassName
{
border-color: #CAC3A9;
}
.TagClassName
{
border-color: #CAC3A9;
}
</style>