Shades of Parchment #CCC4AA
Tints of Parchment #CCC4AA
RGB
CMYK
RGB Variations
Color information
#CCC4AA (or 0xCCC4AA) is known color: Parchment. HEX triplet: CC, C4 and AA. RGB value is (204,196,170). Sum of RGB (Red+Green+Blue) = 204+196+170=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4AA is #333B55. Grayscale: #C3C3C3. Windows color (decimal): -3357526 or 11191500. OLE color: 11191500.
HSL color Cylindrical-coordinate representation of color #CCC4AA: hue angle of 45.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC4AA is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 170 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.2 |
| HSL | 45.88º | 0.25% | 0.73% | - |
| HSV(B) | 45.88º | 0.17% | 0.8% | - |
| XYZ | 51.9 | 55.22 | 45.95 | - |
| YUV | 195.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 170 | 0 | 0.04 | 0.17 | 0.2 | 45.88 | 0.25 | 0.73 |
| Hex | CC | C4 | AA | 0 | 4 | 11 | 14 | 2E | 19 | 49 |
| Octal | 314 | 304 | 252 | 0 | 4 | 21 | 24 | 56 | 31 | 111 |
| Binary | 11001100 | 11000100 | 10101010 | 0 | 100 | 10001 | 10100 | 101110 | 11001 | 1001001 |
Color Harmonies of #CCC4AA
Complementary color
Monochromatic Colors of #CCC4AA
Black with #CCC4AA
Text Example
Text Example
White with #CCC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4AA; }
p { color: rgb(204,196,170); }
H1.HeaderClassName
{
color: #CCC4AA;
}
.AnyTagClassName
{
color: #CCC4AA;
}
</style>
background-color css
<style>
a { background-color: #CCC4AA; }
a { background-color: rgb(204,196,170); }
div.DivClassName
{
background-color: #CCC4AA;
}
.BgClassName
{
background-color: #CCC4AA;
}
</style>
border-color css
<style>
span { border-color: #CCC4AA; }
span { border-color: rgb(204,196,170); }
td.TdClassName
{
border-color: #CCC4AA;
}
.TagClassName
{
border-color: #CCC4AA;
}
</style>