Shades of Parchment #CCC6AB
Tints of Parchment #CCC6AB
RGB
CMYK
RGB Variations
Color information
#CCC6AB (or 0xCCC6AB) is known color: Parchment. HEX triplet: CC, C6 and AB. RGB value is (204,198,171). Sum of RGB (Red+Green+Blue) = 204+198+171=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6AB is #333954. Grayscale: #C4C4C4. Windows color (decimal): -3357013 or 11257548. OLE color: 11257548.
HSL color Cylindrical-coordinate representation of color #CCC6AB: hue angle of 49.09º 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 #CCC6AB is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 171 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.2 |
| HSL | 49.09º | 0.24% | 0.74% | - |
| HSV(B) | 49.09º | 0.16% | 0.8% | - |
| XYZ | 52.45 | 56.17 | 46.6 | - |
| YUV | 196.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 171 | 0 | 0.03 | 0.16 | 0.2 | 49.09 | 0.24 | 0.74 |
| Hex | CC | C6 | AB | 0 | 3 | 10 | 14 | 31 | 18 | 4A |
| Octal | 314 | 306 | 253 | 0 | 3 | 20 | 24 | 61 | 30 | 112 |
| Binary | 11001100 | 11000110 | 10101011 | 0 | 11 | 10000 | 10100 | 110001 | 11000 | 1001010 |
Color Harmonies of #CCC6AB
Complementary color
Monochromatic Colors of #CCC6AB
Black with #CCC6AB
Text Example
Text Example
White with #CCC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6AB; }
p { color: rgb(204,198,171); }
H1.HeaderClassName
{
color: #CCC6AB;
}
.AnyTagClassName
{
color: #CCC6AB;
}
</style>
background-color css
<style>
a { background-color: #CCC6AB; }
a { background-color: rgb(204,198,171); }
div.DivClassName
{
background-color: #CCC6AB;
}
.BgClassName
{
background-color: #CCC6AB;
}
</style>
border-color css
<style>
span { border-color: #CCC6AB; }
span { border-color: rgb(204,198,171); }
td.TdClassName
{
border-color: #CCC6AB;
}
.TagClassName
{
border-color: #CCC6AB;
}
</style>