Shades of Parchment #CCC4B2
Tints of Parchment #CCC4B2
RGB
CMYK
RGB Variations
Color information
#CCC4B2 (or 0xCCC4B2) is known color: Parchment. HEX triplet: CC, C4 and B2. RGB value is (204,196,178). Sum of RGB (Red+Green+Blue) = 204+196+178=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4B2 is #333B4D. Grayscale: #C4C4C4. Windows color (decimal): -3357518 or 11715788. OLE color: 11715788.
HSL color Cylindrical-coordinate representation of color #CCC4B2: hue angle of 41.54º 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 #CCC4B2 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 178 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.2 |
| HSL | 41.54º | 0.2% | 0.75% | - |
| HSV(B) | 41.54º | 0.13% | 0.8% | - |
| XYZ | 52.68 | 55.53 | 50.06 | - |
| YUV | 196.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 178 | 0 | 0.04 | 0.13 | 0.2 | 41.54 | 0.2 | 0.75 |
| Hex | CC | C4 | B2 | 0 | 4 | D | 14 | 2A | 14 | 4B |
| Octal | 314 | 304 | 262 | 0 | 4 | 15 | 24 | 52 | 24 | 113 |
| Binary | 11001100 | 11000100 | 10110010 | 0 | 100 | 1101 | 10100 | 101010 | 10100 | 1001011 |
Color Harmonies of #CCC4B2
Complementary color
Monochromatic Colors of #CCC4B2
Black with #CCC4B2
Text Example
Text Example
White with #CCC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4B2; }
p { color: rgb(204,196,178); }
H1.HeaderClassName
{
color: #CCC4B2;
}
.AnyTagClassName
{
color: #CCC4B2;
}
</style>
background-color css
<style>
a { background-color: #CCC4B2; }
a { background-color: rgb(204,196,178); }
div.DivClassName
{
background-color: #CCC4B2;
}
.BgClassName
{
background-color: #CCC4B2;
}
</style>
border-color css
<style>
span { border-color: #CCC4B2; }
span { border-color: rgb(204,196,178); }
td.TdClassName
{
border-color: #CCC4B2;
}
.TagClassName
{
border-color: #CCC4B2;
}
</style>