Shades of Parchment #CCC6B9
Tints of Parchment #CCC6B9
RGB
CMYK
RGB Variations
Color information
#CCC6B9 (or 0xCCC6B9) is known color: Parchment. HEX triplet: CC, C6 and B9. RGB value is (204,198,185). Sum of RGB (Red+Green+Blue) = 204+198+185=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6B9 is #333946. Grayscale: #C6C6C6. Windows color (decimal): -3356999 or 12175052. OLE color: 12175052.
HSL color Cylindrical-coordinate representation of color #CCC6B9: hue angle of 41.05º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC6B9 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 185 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.2 |
| HSL | 41.05º | 0.16% | 0.76% | - |
| HSV(B) | 41.05º | 0.09% | 0.8% | - |
| XYZ | 53.85 | 56.73 | 54.01 | - |
| YUV | 198.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 185 | 0 | 0.03 | 0.09 | 0.2 | 41.05 | 0.16 | 0.76 |
| Hex | CC | C6 | B9 | 0 | 3 | 9 | 14 | 29 | 10 | 4C |
| Octal | 314 | 306 | 271 | 0 | 3 | 11 | 24 | 51 | 20 | 114 |
| Binary | 11001100 | 11000110 | 10111001 | 0 | 11 | 1001 | 10100 | 101001 | 10000 | 1001100 |
Color Harmonies of #CCC6B9
Complementary color
Monochromatic Colors of #CCC6B9
Black with #CCC6B9
Text Example
Text Example
White with #CCC6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6B9; }
p { color: rgb(204,198,185); }
H1.HeaderClassName
{
color: #CCC6B9;
}
.AnyTagClassName
{
color: #CCC6B9;
}
</style>
background-color css
<style>
a { background-color: #CCC6B9; }
a { background-color: rgb(204,198,185); }
div.DivClassName
{
background-color: #CCC6B9;
}
.BgClassName
{
background-color: #CCC6B9;
}
</style>
border-color css
<style>
span { border-color: #CCC6B9; }
span { border-color: rgb(204,198,185); }
td.TdClassName
{
border-color: #CCC6B9;
}
.TagClassName
{
border-color: #CCC6B9;
}
</style>