Shades of Parchment #CCC4B0
Tints of Parchment #CCC4B0
RGB
CMYK
RGB Variations
Color information
#CCC4B0 (or 0xCCC4B0) is known color: Parchment. HEX triplet: CC, C4 and B0. RGB value is (204,196,176). Sum of RGB (Red+Green+Blue) = 204+196+176=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4B0 is #333B4F. Grayscale: #C4C4C4. Windows color (decimal): -3357520 or 11584716. OLE color: 11584716.
HSL color Cylindrical-coordinate representation of color #CCC4B0: hue angle of 42.86º 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 #CCC4B0 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 196 | 176 | - |
CMYK | 0 | 0.04 | 0.14 | 0.2 |
HSL | 42.86º | 0.22% | 0.75% | - |
HSV(B) | 42.86º | 0.14% | 0.8% | - |
XYZ | 52.48 | 55.45 | 49.01 | - |
YUV | 196.11 | 116.65 | 133.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 176 | 0 | 0.04 | 0.14 | 0.2 | 42.86 | 0.22 | 0.75 |
Hex | CC | C4 | B0 | 0 | 4 | E | 14 | 2B | 16 | 4B |
Octal | 314 | 304 | 260 | 0 | 4 | 16 | 24 | 53 | 26 | 113 |
Binary | 11001100 | 11000100 | 10110000 | 0 | 100 | 1110 | 10100 | 101011 | 10110 | 1001011 |
Color Harmonies of #CCC4B0
Complementary color
Monochromatic Colors of #CCC4B0
Black with #CCC4B0
Text Example
Text Example
White with #CCC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4B0; }
p { color: rgb(204,196,176); }
H1.HeaderClassName
{
color: #CCC4B0;
}
.AnyTagClassName
{
color: #CCC4B0;
}
</style>
background-color css
<style>
a { background-color: #CCC4B0; }
a { background-color: rgb(204,196,176); }
div.DivClassName
{
background-color: #CCC4B0;
}
.BgClassName
{
background-color: #CCC4B0;
}
</style>
border-color css
<style>
span { border-color: #CCC4B0; }
span { border-color: rgb(204,196,176); }
td.TdClassName
{
border-color: #CCC4B0;
}
.TagClassName
{
border-color: #CCC4B0;
}
</style>