Shades of Parchment #CCC6B0
Tints of Parchment #CCC6B0
RGB
CMYK
RGB Variations
Color information
#CCC6B0 (or 0xCCC6B0) is known color: Parchment. HEX triplet: CC, C6 and B0. RGB value is (204,198,176). Sum of RGB (Red+Green+Blue) = 204+198+176=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6B0 is #33394F. Grayscale: #C5C5C5. Windows color (decimal): -3357008 or 11585228. OLE color: 11585228.
HSL color Cylindrical-coordinate representation of color #CCC6B0: hue angle of 47.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC6B0 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 198 | 176 | - |
CMYK | 0 | 0.03 | 0.14 | 0.2 |
HSL | 47.14º | 0.22% | 0.75% | - |
HSV(B) | 47.14º | 0.14% | 0.8% | - |
XYZ | 52.93 | 56.36 | 49.16 | - |
YUV | 197.29 | 115.99 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 198 | 176 | 0 | 0.03 | 0.14 | 0.2 | 47.14 | 0.22 | 0.75 |
Hex | CC | C6 | B0 | 0 | 3 | E | 14 | 2F | 16 | 4B |
Octal | 314 | 306 | 260 | 0 | 3 | 16 | 24 | 57 | 26 | 113 |
Binary | 11001100 | 11000110 | 10110000 | 0 | 11 | 1110 | 10100 | 101111 | 10110 | 1001011 |
Color Harmonies of #CCC6B0
Complementary color
Monochromatic Colors of #CCC6B0
Black with #CCC6B0
Text Example
Text Example
White with #CCC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6B0; }
p { color: rgb(204,198,176); }
H1.HeaderClassName
{
color: #CCC6B0;
}
.AnyTagClassName
{
color: #CCC6B0;
}
</style>
background-color css
<style>
a { background-color: #CCC6B0; }
a { background-color: rgb(204,198,176); }
div.DivClassName
{
background-color: #CCC6B0;
}
.BgClassName
{
background-color: #CCC6B0;
}
</style>
border-color css
<style>
span { border-color: #CCC6B0; }
span { border-color: rgb(204,198,176); }
td.TdClassName
{
border-color: #CCC6B0;
}
.TagClassName
{
border-color: #CCC6B0;
}
</style>