Shades of Parchment #CCC5B4
Tints of Parchment #CCC5B4
RGB
CMYK
RGB Variations
Color information
#CCC5B4 (or 0xCCC5B4) is known color: Parchment. HEX triplet: CC, C5 and B4. RGB value is (204,197,180). Sum of RGB (Red+Green+Blue) = 204+197+180=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5B4 is #333A4B. Grayscale: #C5C5C5. Windows color (decimal): -3357260 or 11847116. OLE color: 11847116.
HSL color Cylindrical-coordinate representation of color #CCC5B4: hue angle of 42.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC5B4 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 180 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.2 |
| HSL | 42.5º | 0.19% | 0.75% | - |
| HSV(B) | 42.5º | 0.12% | 0.8% | - |
| XYZ | 53.11 | 56.07 | 51.2 | - |
| YUV | 197.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 180 | 0 | 0.03 | 0.12 | 0.2 | 42.5 | 0.19 | 0.75 |
| Hex | CC | C5 | B4 | 0 | 3 | C | 14 | 2A | 13 | 4B |
| Octal | 314 | 305 | 264 | 0 | 3 | 14 | 24 | 52 | 23 | 113 |
| Binary | 11001100 | 11000101 | 10110100 | 0 | 11 | 1100 | 10100 | 101010 | 10011 | 1001011 |
Color Harmonies of #CCC5B4
Complementary color
Monochromatic Colors of #CCC5B4
Black with #CCC5B4
Text Example
Text Example
White with #CCC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5B4; }
p { color: rgb(204,197,180); }
H1.HeaderClassName
{
color: #CCC5B4;
}
.AnyTagClassName
{
color: #CCC5B4;
}
</style>
background-color css
<style>
a { background-color: #CCC5B4; }
a { background-color: rgb(204,197,180); }
div.DivClassName
{
background-color: #CCC5B4;
}
.BgClassName
{
background-color: #CCC5B4;
}
</style>
border-color css
<style>
span { border-color: #CCC5B4; }
span { border-color: rgb(204,197,180); }
td.TdClassName
{
border-color: #CCC5B4;
}
.TagClassName
{
border-color: #CCC5B4;
}
</style>