Shades of Parchment #CCC6B2
Tints of Parchment #CCC6B2
RGB
CMYK
RGB Variations
Color information
#CCC6B2 (or 0xCCC6B2) is known color: Parchment. HEX triplet: CC, C6 and B2. RGB value is (204,198,178). Sum of RGB (Red+Green+Blue) = 204+198+178=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6B2 is #33394D. Grayscale: #C5C5C5. Windows color (decimal): -3357006 or 11716300. OLE color: 11716300.
HSL color Cylindrical-coordinate representation of color #CCC6B2: hue angle of 46.15º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC6B2 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 178 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.2 |
| HSL | 46.15º | 0.2% | 0.75% | - |
| HSV(B) | 46.15º | 0.13% | 0.8% | - |
| XYZ | 53.13 | 56.44 | 50.21 | - |
| YUV | 197.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 178 | 0 | 0.03 | 0.13 | 0.2 | 46.15 | 0.2 | 0.75 |
| Hex | CC | C6 | B2 | 0 | 3 | D | 14 | 2E | 14 | 4B |
| Octal | 314 | 306 | 262 | 0 | 3 | 15 | 24 | 56 | 24 | 113 |
| Binary | 11001100 | 11000110 | 10110010 | 0 | 11 | 1101 | 10100 | 101110 | 10100 | 1001011 |
Color Harmonies of #CCC6B2
Complementary color
Monochromatic Colors of #CCC6B2
Black with #CCC6B2
Text Example
Text Example
White with #CCC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6B2; }
p { color: rgb(204,198,178); }
H1.HeaderClassName
{
color: #CCC6B2;
}
.AnyTagClassName
{
color: #CCC6B2;
}
</style>
background-color css
<style>
a { background-color: #CCC6B2; }
a { background-color: rgb(204,198,178); }
div.DivClassName
{
background-color: #CCC6B2;
}
.BgClassName
{
background-color: #CCC6B2;
}
</style>
border-color css
<style>
span { border-color: #CCC6B2; }
span { border-color: rgb(204,198,178); }
td.TdClassName
{
border-color: #CCC6B2;
}
.TagClassName
{
border-color: #CCC6B2;
}
</style>