Shades of Parchment #CCC4AE
Tints of Parchment #CCC4AE
RGB
CMYK
RGB Variations
Color information
#CCC4AE (or 0xCCC4AE) is known color: Parchment. HEX triplet: CC, C4 and AE. RGB value is (204,196,174). Sum of RGB (Red+Green+Blue) = 204+196+174=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4AE is #333B51. Grayscale: #C3C3C3. Windows color (decimal): -3357522 or 11453644. OLE color: 11453644.
HSL color Cylindrical-coordinate representation of color #CCC4AE: hue angle of 44º 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 #CCC4AE is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 174 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.2 |
| HSL | 44º | 0.23% | 0.74% | - |
| HSV(B) | 44º | 0.15% | 0.8% | - |
| XYZ | 52.28 | 55.37 | 47.98 | - |
| YUV | 195.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 174 | 0 | 0.04 | 0.15 | 0.2 | 44 | 0.23 | 0.74 |
| Hex | CC | C4 | AE | 0 | 4 | F | 14 | 2C | 17 | 4A |
| Octal | 314 | 304 | 256 | 0 | 4 | 17 | 24 | 54 | 27 | 112 |
| Binary | 11001100 | 11000100 | 10101110 | 0 | 100 | 1111 | 10100 | 101100 | 10111 | 1001010 |
Color Harmonies of #CCC4AE
Complementary color
Monochromatic Colors of #CCC4AE
Black with #CCC4AE
Text Example
Text Example
White with #CCC4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4AE; }
p { color: rgb(204,196,174); }
H1.HeaderClassName
{
color: #CCC4AE;
}
.AnyTagClassName
{
color: #CCC4AE;
}
</style>
background-color css
<style>
a { background-color: #CCC4AE; }
a { background-color: rgb(204,196,174); }
div.DivClassName
{
background-color: #CCC4AE;
}
.BgClassName
{
background-color: #CCC4AE;
}
</style>
border-color css
<style>
span { border-color: #CCC4AE; }
span { border-color: rgb(204,196,174); }
td.TdClassName
{
border-color: #CCC4AE;
}
.TagClassName
{
border-color: #CCC4AE;
}
</style>