Shades of Parchment #CCC4AF
Tints of Parchment #CCC4AF
RGB
CMYK
RGB Variations
Color information
#CCC4AF (or 0xCCC4AF) is known color: Parchment. HEX triplet: CC, C4 and AF. RGB value is (204,196,175). Sum of RGB (Red+Green+Blue) = 204+196+175=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4AF is #333B50. Grayscale: #C4C4C4. Windows color (decimal): -3357521 or 11519180. OLE color: 11519180.
HSL color Cylindrical-coordinate representation of color #CCC4AF: hue angle of 43.45º 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 #CCC4AF is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 175 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.2 |
| HSL | 43.45º | 0.22% | 0.74% | - |
| HSV(B) | 43.45º | 0.14% | 0.8% | - |
| XYZ | 52.38 | 55.41 | 48.49 | - |
| YUV | 196 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 175 | 0 | 0.04 | 0.14 | 0.2 | 43.45 | 0.22 | 0.74 |
| Hex | CC | C4 | AF | 0 | 4 | E | 14 | 2B | 16 | 4A |
| Octal | 314 | 304 | 257 | 0 | 4 | 16 | 24 | 53 | 26 | 112 |
| Binary | 11001100 | 11000100 | 10101111 | 0 | 100 | 1110 | 10100 | 101011 | 10110 | 1001010 |
Color Harmonies of #CCC4AF
Complementary color
Monochromatic Colors of #CCC4AF
Black with #CCC4AF
Text Example
Text Example
White with #CCC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4AF; }
p { color: rgb(204,196,175); }
H1.HeaderClassName
{
color: #CCC4AF;
}
.AnyTagClassName
{
color: #CCC4AF;
}
</style>
background-color css
<style>
a { background-color: #CCC4AF; }
a { background-color: rgb(204,196,175); }
div.DivClassName
{
background-color: #CCC4AF;
}
.BgClassName
{
background-color: #CCC4AF;
}
</style>
border-color css
<style>
span { border-color: #CCC4AF; }
span { border-color: rgb(204,196,175); }
td.TdClassName
{
border-color: #CCC4AF;
}
.TagClassName
{
border-color: #CCC4AF;
}
</style>