Shades of Parchment #CCC5B5
Tints of Parchment #CCC5B5
RGB
CMYK
RGB Variations
Color information
#CCC5B5 (or 0xCCC5B5) is known color: Parchment. HEX triplet: CC, C5 and B5. RGB value is (204,197,181). Sum of RGB (Red+Green+Blue) = 204+197+181=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5B5 is #333A4A. Grayscale: #C5C5C5. Windows color (decimal): -3357259 or 11912652. OLE color: 11912652.
HSL color Cylindrical-coordinate representation of color #CCC5B5: hue angle of 41.74º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC5B5 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 181 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.2 |
| HSL | 41.74º | 0.18% | 0.75% | - |
| HSV(B) | 41.74º | 0.11% | 0.8% | - |
| XYZ | 53.21 | 56.11 | 51.74 | - |
| YUV | 197.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 181 | 0 | 0.03 | 0.11 | 0.2 | 41.74 | 0.18 | 0.75 |
| Hex | CC | C5 | B5 | 0 | 3 | B | 14 | 2A | 12 | 4B |
| Octal | 314 | 305 | 265 | 0 | 3 | 13 | 24 | 52 | 22 | 113 |
| Binary | 11001100 | 11000101 | 10110101 | 0 | 11 | 1011 | 10100 | 101010 | 10010 | 1001011 |
Color Harmonies of #CCC5B5
Complementary color
Monochromatic Colors of #CCC5B5
Black with #CCC5B5
Text Example
Text Example
White with #CCC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5B5; }
p { color: rgb(204,197,181); }
H1.HeaderClassName
{
color: #CCC5B5;
}
.AnyTagClassName
{
color: #CCC5B5;
}
</style>
background-color css
<style>
a { background-color: #CCC5B5; }
a { background-color: rgb(204,197,181); }
div.DivClassName
{
background-color: #CCC5B5;
}
.BgClassName
{
background-color: #CCC5B5;
}
</style>
border-color css
<style>
span { border-color: #CCC5B5; }
span { border-color: rgb(204,197,181); }
td.TdClassName
{
border-color: #CCC5B5;
}
.TagClassName
{
border-color: #CCC5B5;
}
</style>