Shades of Parchment #CCC2AD
Tints of Parchment #CCC2AD
RGB
CMYK
RGB Variations
Color information
#CCC2AD (or 0xCCC2AD) is known color: Parchment. HEX triplet: CC, C2 and AD. RGB value is (204,194,173). Sum of RGB (Red+Green+Blue) = 204+194+173=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC2AD is #333D52. Grayscale: #C2C2C2. Windows color (decimal): -3358035 or 11387596. OLE color: 11387596.
HSL color Cylindrical-coordinate representation of color #CCC2AD: hue angle of 40.65º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC2AD is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 173 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.2 |
| HSL | 40.65º | 0.23% | 0.74% | - |
| HSV(B) | 40.65º | 0.15% | 0.8% | - |
| XYZ | 51.74 | 54.44 | 47.32 | - |
| YUV | 194.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 173 | 0 | 0.05 | 0.15 | 0.2 | 40.65 | 0.23 | 0.74 |
| Hex | CC | C2 | AD | 0 | 5 | F | 14 | 29 | 17 | 4A |
| Octal | 314 | 302 | 255 | 0 | 5 | 17 | 24 | 51 | 27 | 112 |
| Binary | 11001100 | 11000010 | 10101101 | 0 | 101 | 1111 | 10100 | 101001 | 10111 | 1001010 |
Color Harmonies of #CCC2AD
Complementary color
Monochromatic Colors of #CCC2AD
Black with #CCC2AD
Text Example
Text Example
White with #CCC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2AD; }
p { color: rgb(204,194,173); }
H1.HeaderClassName
{
color: #CCC2AD;
}
.AnyTagClassName
{
color: #CCC2AD;
}
</style>
background-color css
<style>
a { background-color: #CCC2AD; }
a { background-color: rgb(204,194,173); }
div.DivClassName
{
background-color: #CCC2AD;
}
.BgClassName
{
background-color: #CCC2AD;
}
</style>
border-color css
<style>
span { border-color: #CCC2AD; }
span { border-color: rgb(204,194,173); }
td.TdClassName
{
border-color: #CCC2AD;
}
.TagClassName
{
border-color: #CCC2AD;
}
</style>