Shades of Parchment #CCC6B1
Tints of Parchment #CCC6B1
RGB
CMYK
RGB Variations
Color information
#CCC6B1 (or 0xCCC6B1) is known color: Parchment. HEX triplet: CC, C6 and B1. RGB value is (204,198,177). Sum of RGB (Red+Green+Blue) = 204+198+177=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6B1 is #33394E. Grayscale: #C5C5C5. Windows color (decimal): -3357007 or 11650764. OLE color: 11650764.
HSL color Cylindrical-coordinate representation of color #CCC6B1: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC6B1 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 198 | 177 | - |
CMYK | 0 | 0.03 | 0.13 | 0.2 |
HSL | 46.67º | 0.21% | 0.75% | - |
HSV(B) | 46.67º | 0.13% | 0.8% | - |
XYZ | 53.03 | 56.4 | 49.69 | - |
YUV | 197.4 | 116.49 | 132.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 198 | 177 | 0 | 0.03 | 0.13 | 0.2 | 46.67 | 0.21 | 0.75 |
Hex | CC | C6 | B1 | 0 | 3 | D | 14 | 2F | 15 | 4B |
Octal | 314 | 306 | 261 | 0 | 3 | 15 | 24 | 57 | 25 | 113 |
Binary | 11001100 | 11000110 | 10110001 | 0 | 11 | 1101 | 10100 | 101111 | 10101 | 1001011 |
Color Harmonies of #CCC6B1
Complementary color
Monochromatic Colors of #CCC6B1
Black with #CCC6B1
Text Example
Text Example
White with #CCC6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6B1; }
p { color: rgb(204,198,177); }
H1.HeaderClassName
{
color: #CCC6B1;
}
.AnyTagClassName
{
color: #CCC6B1;
}
</style>
background-color css
<style>
a { background-color: #CCC6B1; }
a { background-color: rgb(204,198,177); }
div.DivClassName
{
background-color: #CCC6B1;
}
.BgClassName
{
background-color: #CCC6B1;
}
</style>
border-color css
<style>
span { border-color: #CCC6B1; }
span { border-color: rgb(204,198,177); }
td.TdClassName
{
border-color: #CCC6B1;
}
.TagClassName
{
border-color: #CCC6B1;
}
</style>