Shades of Parchment #CCC5AB
Tints of Parchment #CCC5AB
RGB
CMYK
RGB Variations
Color information
#CCC5AB (or 0xCCC5AB) is known color: Parchment. HEX triplet: CC, C5 and AB. RGB value is (204,197,171). Sum of RGB (Red+Green+Blue) = 204+197+171=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AB is #333A54. Grayscale: #C4C4C4. Windows color (decimal): -3357269 or 11257292. OLE color: 11257292.
HSL color Cylindrical-coordinate representation of color #CCC5AB: hue angle of 47.27º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC5AB is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 171 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.2 |
| HSL | 47.27º | 0.24% | 0.74% | - |
| HSV(B) | 47.27º | 0.16% | 0.8% | - |
| XYZ | 52.22 | 55.71 | 46.53 | - |
| YUV | 196.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 171 | 0 | 0.03 | 0.16 | 0.2 | 47.27 | 0.24 | 0.74 |
| Hex | CC | C5 | AB | 0 | 3 | 10 | 14 | 2F | 18 | 4A |
| Octal | 314 | 305 | 253 | 0 | 3 | 20 | 24 | 57 | 30 | 112 |
| Binary | 11001100 | 11000101 | 10101011 | 0 | 11 | 10000 | 10100 | 101111 | 11000 | 1001010 |
Color Harmonies of #CCC5AB
Complementary color
Monochromatic Colors of #CCC5AB
Black with #CCC5AB
Text Example
Text Example
White with #CCC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5AB; }
p { color: rgb(204,197,171); }
H1.HeaderClassName
{
color: #CCC5AB;
}
.AnyTagClassName
{
color: #CCC5AB;
}
</style>
background-color css
<style>
a { background-color: #CCC5AB; }
a { background-color: rgb(204,197,171); }
div.DivClassName
{
background-color: #CCC5AB;
}
.BgClassName
{
background-color: #CCC5AB;
}
</style>
border-color css
<style>
span { border-color: #CCC5AB; }
span { border-color: rgb(204,197,171); }
td.TdClassName
{
border-color: #CCC5AB;
}
.TagClassName
{
border-color: #CCC5AB;
}
</style>