Shades of Parchment #CCC5AA
Tints of Parchment #CCC5AA
RGB
CMYK
RGB Variations
Color information
#CCC5AA (or 0xCCC5AA) is known color: Parchment. HEX triplet: CC, C5 and AA. RGB value is (204,197,170). Sum of RGB (Red+Green+Blue) = 204+197+170=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AA is #333A55. Grayscale: #C4C4C4. Windows color (decimal): -3357270 or 11191756. OLE color: 11191756.
HSL color Cylindrical-coordinate representation of color #CCC5AA: hue angle of 47.65º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC5AA is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 170 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.2 |
| HSL | 47.65º | 0.25% | 0.73% | - |
| HSV(B) | 47.65º | 0.17% | 0.8% | - |
| XYZ | 52.12 | 55.67 | 46.03 | - |
| YUV | 196.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 170 | 0 | 0.03 | 0.17 | 0.2 | 47.65 | 0.25 | 0.73 |
| Hex | CC | C5 | AA | 0 | 3 | 11 | 14 | 30 | 19 | 49 |
| Octal | 314 | 305 | 252 | 0 | 3 | 21 | 24 | 60 | 31 | 111 |
| Binary | 11001100 | 11000101 | 10101010 | 0 | 11 | 10001 | 10100 | 110000 | 11001 | 1001001 |
Color Harmonies of #CCC5AA
Complementary color
Monochromatic Colors of #CCC5AA
Black with #CCC5AA
Text Example
Text Example
White with #CCC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5AA; }
p { color: rgb(204,197,170); }
H1.HeaderClassName
{
color: #CCC5AA;
}
.AnyTagClassName
{
color: #CCC5AA;
}
</style>
background-color css
<style>
a { background-color: #CCC5AA; }
a { background-color: rgb(204,197,170); }
div.DivClassName
{
background-color: #CCC5AA;
}
.BgClassName
{
background-color: #CCC5AA;
}
</style>
border-color css
<style>
span { border-color: #CCC5AA; }
span { border-color: rgb(204,197,170); }
td.TdClassName
{
border-color: #CCC5AA;
}
.TagClassName
{
border-color: #CCC5AA;
}
</style>