Shades of Parchment #CCC6B7
Tints of Parchment #CCC6B7
RGB
CMYK
RGB Variations
Color information
#CCC6B7 (or 0xCCC6B7) is known color: Parchment. HEX triplet: CC, C6 and B7. RGB value is (204,198,183). Sum of RGB (Red+Green+Blue) = 204+198+183=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6B7 is #333948. Grayscale: #C6C6C6. Windows color (decimal): -3357001 or 12043980. OLE color: 12043980.
HSL color Cylindrical-coordinate representation of color #CCC6B7: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC6B7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 183 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.2 |
| HSL | 42.86º | 0.17% | 0.76% | - |
| HSV(B) | 42.86º | 0.1% | 0.8% | - |
| XYZ | 53.64 | 56.64 | 52.91 | - |
| YUV | 198.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 183 | 0 | 0.03 | 0.10 | 0.2 | 42.86 | 0.17 | 0.76 |
| Hex | CC | C6 | B7 | 0 | 3 | A | 14 | 2B | 11 | 4C |
| Octal | 314 | 306 | 267 | 0 | 3 | 12 | 24 | 53 | 21 | 114 |
| Binary | 11001100 | 11000110 | 10110111 | 0 | 11 | 1010 | 10100 | 101011 | 10001 | 1001100 |
Color Harmonies of #CCC6B7
Complementary color
Monochromatic Colors of #CCC6B7
Black with #CCC6B7
Text Example
Text Example
White with #CCC6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6B7; }
p { color: rgb(204,198,183); }
H1.HeaderClassName
{
color: #CCC6B7;
}
.AnyTagClassName
{
color: #CCC6B7;
}
</style>
background-color css
<style>
a { background-color: #CCC6B7; }
a { background-color: rgb(204,198,183); }
div.DivClassName
{
background-color: #CCC6B7;
}
.BgClassName
{
background-color: #CCC6B7;
}
</style>
border-color css
<style>
span { border-color: #CCC6B7; }
span { border-color: rgb(204,198,183); }
td.TdClassName
{
border-color: #CCC6B7;
}
.TagClassName
{
border-color: #CCC6B7;
}
</style>