Shades of Parchment #CCC2AC
Tints of Parchment #CCC2AC
RGB
CMYK
RGB Variations
Color information
#CCC2AC (or 0xCCC2AC) is known color: Parchment. HEX triplet: CC, C2 and AC. RGB value is (204,194,172). Sum of RGB (Red+Green+Blue) = 204+194+172=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC2AC is #333D53. Grayscale: #C2C2C2. Windows color (decimal): -3358036 or 11322060. OLE color: 11322060.
HSL color Cylindrical-coordinate representation of color #CCC2AC: hue angle of 41.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC2AC is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 194 | 172 | - |
CMYK | 0 | 0.05 | 0.16 | 0.2 |
HSL | 41.25º | 0.24% | 0.74% | - |
HSV(B) | 41.25º | 0.16% | 0.8% | - |
XYZ | 51.64 | 54.4 | 46.81 | - |
YUV | 194.48 | 115.31 | 134.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 194 | 172 | 0 | 0.05 | 0.16 | 0.2 | 41.25 | 0.24 | 0.74 |
Hex | CC | C2 | AC | 0 | 5 | 10 | 14 | 29 | 18 | 4A |
Octal | 314 | 302 | 254 | 0 | 5 | 20 | 24 | 51 | 30 | 112 |
Binary | 11001100 | 11000010 | 10101100 | 0 | 101 | 10000 | 10100 | 101001 | 11000 | 1001010 |
Color Harmonies of #CCC2AC
Complementary color
Monochromatic Colors of #CCC2AC
Black with #CCC2AC
Text Example
Text Example
White with #CCC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2AC; }
p { color: rgb(204,194,172); }
H1.HeaderClassName
{
color: #CCC2AC;
}
.AnyTagClassName
{
color: #CCC2AC;
}
</style>
background-color css
<style>
a { background-color: #CCC2AC; }
a { background-color: rgb(204,194,172); }
div.DivClassName
{
background-color: #CCC2AC;
}
.BgClassName
{
background-color: #CCC2AC;
}
</style>
border-color css
<style>
span { border-color: #CCC2AC; }
span { border-color: rgb(204,194,172); }
td.TdClassName
{
border-color: #CCC2AC;
}
.TagClassName
{
border-color: #CCC2AC;
}
</style>