Shades of Parchment #CCC5A8
Tints of Parchment #CCC5A8
RGB
CMYK
RGB Variations
Color information
#CCC5A8 (or 0xCCC5A8) is known color: Parchment. HEX triplet: CC, C5 and A8. RGB value is (204,197,168). Sum of RGB (Red+Green+Blue) = 204+197+168=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5A8 is #333A57. Grayscale: #C3C3C3. Windows color (decimal): -3357272 or 11060684. OLE color: 11060684.
HSL color Cylindrical-coordinate representation of color #CCC5A8: hue angle of 48.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC5A8 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 168 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.2 |
| HSL | 48.33º | 0.26% | 0.73% | - |
| HSV(B) | 48.33º | 0.18% | 0.8% | - |
| XYZ | 51.94 | 55.6 | 45.04 | - |
| YUV | 195.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 168 | 0 | 0.03 | 0.18 | 0.2 | 48.33 | 0.26 | 0.73 |
| Hex | CC | C5 | A8 | 0 | 3 | 12 | 14 | 30 | 1A | 49 |
| Octal | 314 | 305 | 250 | 0 | 3 | 22 | 24 | 60 | 32 | 111 |
| Binary | 11001100 | 11000101 | 10101000 | 0 | 11 | 10010 | 10100 | 110000 | 11010 | 1001001 |
Color Harmonies of #CCC5A8
Complementary color
Monochromatic Colors of #CCC5A8
Black with #CCC5A8
Text Example
Text Example
White with #CCC5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5A8; }
p { color: rgb(204,197,168); }
H1.HeaderClassName
{
color: #CCC5A8;
}
.AnyTagClassName
{
color: #CCC5A8;
}
</style>
background-color css
<style>
a { background-color: #CCC5A8; }
a { background-color: rgb(204,197,168); }
div.DivClassName
{
background-color: #CCC5A8;
}
.BgClassName
{
background-color: #CCC5A8;
}
</style>
border-color css
<style>
span { border-color: #CCC5A8; }
span { border-color: rgb(204,197,168); }
td.TdClassName
{
border-color: #CCC5A8;
}
.TagClassName
{
border-color: #CCC5A8;
}
</style>