Shades of Parchment #CCC5AE
Tints of Parchment #CCC5AE
RGB
CMYK
RGB Variations
Color information
#CCC5AE (or 0xCCC5AE) is known color: Parchment. HEX triplet: CC, C5 and AE. RGB value is (204,197,174). Sum of RGB (Red+Green+Blue) = 204+197+174=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AE is #333A51. Grayscale: #C4C4C4. Windows color (decimal): -3357266 or 11453900. OLE color: 11453900.
HSL color Cylindrical-coordinate representation of color #CCC5AE: hue angle of 46º 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 #CCC5AE is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 174 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.2 |
| HSL | 46º | 0.23% | 0.74% | - |
| HSV(B) | 46º | 0.15% | 0.8% | - |
| XYZ | 52.51 | 55.83 | 48.05 | - |
| YUV | 196.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 174 | 0 | 0.03 | 0.15 | 0.2 | 46 | 0.23 | 0.74 |
| Hex | CC | C5 | AE | 0 | 3 | F | 14 | 2E | 17 | 4A |
| Octal | 314 | 305 | 256 | 0 | 3 | 17 | 24 | 56 | 27 | 112 |
| Binary | 11001100 | 11000101 | 10101110 | 0 | 11 | 1111 | 10100 | 101110 | 10111 | 1001010 |
Color Harmonies of #CCC5AE
Complementary color
Monochromatic Colors of #CCC5AE
Black with #CCC5AE
Text Example
Text Example
White with #CCC5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5AE; }
p { color: rgb(204,197,174); }
H1.HeaderClassName
{
color: #CCC5AE;
}
.AnyTagClassName
{
color: #CCC5AE;
}
</style>
background-color css
<style>
a { background-color: #CCC5AE; }
a { background-color: rgb(204,197,174); }
div.DivClassName
{
background-color: #CCC5AE;
}
.BgClassName
{
background-color: #CCC5AE;
}
</style>
border-color css
<style>
span { border-color: #CCC5AE; }
span { border-color: rgb(204,197,174); }
td.TdClassName
{
border-color: #CCC5AE;
}
.TagClassName
{
border-color: #CCC5AE;
}
</style>