Shades of Parchment #CCC5AF
Tints of Parchment #CCC5AF
RGB
CMYK
RGB Variations
Color information
#CCC5AF (or 0xCCC5AF) is known color: Parchment. HEX triplet: CC, C5 and AF. RGB value is (204,197,175). Sum of RGB (Red+Green+Blue) = 204+197+175=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5AF is #333A50. Grayscale: #C4C4C4. Windows color (decimal): -3357265 or 11519436. OLE color: 11519436.
HSL color Cylindrical-coordinate representation of color #CCC5AF: hue angle of 45.52º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC5AF is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 175 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.2 |
| HSL | 45.52º | 0.22% | 0.74% | - |
| HSV(B) | 45.52º | 0.14% | 0.8% | - |
| XYZ | 52.61 | 55.87 | 48.57 | - |
| YUV | 196.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 175 | 0 | 0.03 | 0.14 | 0.2 | 45.52 | 0.22 | 0.74 |
| Hex | CC | C5 | AF | 0 | 3 | E | 14 | 2E | 16 | 4A |
| Octal | 314 | 305 | 257 | 0 | 3 | 16 | 24 | 56 | 26 | 112 |
| Binary | 11001100 | 11000101 | 10101111 | 0 | 11 | 1110 | 10100 | 101110 | 10110 | 1001010 |
Color Harmonies of #CCC5AF
Complementary color
Monochromatic Colors of #CCC5AF
Black with #CCC5AF
Text Example
Text Example
White with #CCC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5AF; }
p { color: rgb(204,197,175); }
H1.HeaderClassName
{
color: #CCC5AF;
}
.AnyTagClassName
{
color: #CCC5AF;
}
</style>
background-color css
<style>
a { background-color: #CCC5AF; }
a { background-color: rgb(204,197,175); }
div.DivClassName
{
background-color: #CCC5AF;
}
.BgClassName
{
background-color: #CCC5AF;
}
</style>
border-color css
<style>
span { border-color: #CCC5AF; }
span { border-color: rgb(204,197,175); }
td.TdClassName
{
border-color: #CCC5AF;
}
.TagClassName
{
border-color: #CCC5AF;
}
</style>