Shades of Parchment #CCC4AD
Tints of Parchment #CCC4AD
RGB
CMYK
RGB Variations
Color information
#CCC4AD (or 0xCCC4AD) is known color: Parchment. HEX triplet: CC, C4 and AD. RGB value is (204,196,173). Sum of RGB (Red+Green+Blue) = 204+196+173=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC4AD is #333B52. Grayscale: #C3C3C3. Windows color (decimal): -3357523 or 11388108. OLE color: 11388108.
HSL color Cylindrical-coordinate representation of color #CCC4AD: hue angle of 44.52º 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 #CCC4AD is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 173 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.2 |
| HSL | 44.52º | 0.23% | 0.74% | - |
| HSV(B) | 44.52º | 0.15% | 0.8% | - |
| XYZ | 52.18 | 55.33 | 47.47 | - |
| YUV | 195.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 173 | 0 | 0.04 | 0.15 | 0.2 | 44.52 | 0.23 | 0.74 |
| Hex | CC | C4 | AD | 0 | 4 | F | 14 | 2D | 17 | 4A |
| Octal | 314 | 304 | 255 | 0 | 4 | 17 | 24 | 55 | 27 | 112 |
| Binary | 11001100 | 11000100 | 10101101 | 0 | 100 | 1111 | 10100 | 101101 | 10111 | 1001010 |
Color Harmonies of #CCC4AD
Complementary color
Monochromatic Colors of #CCC4AD
Black with #CCC4AD
Text Example
Text Example
White with #CCC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4AD; }
p { color: rgb(204,196,173); }
H1.HeaderClassName
{
color: #CCC4AD;
}
.AnyTagClassName
{
color: #CCC4AD;
}
</style>
background-color css
<style>
a { background-color: #CCC4AD; }
a { background-color: rgb(204,196,173); }
div.DivClassName
{
background-color: #CCC4AD;
}
.BgClassName
{
background-color: #CCC4AD;
}
</style>
border-color css
<style>
span { border-color: #CCC4AD; }
span { border-color: rgb(204,196,173); }
td.TdClassName
{
border-color: #CCC4AD;
}
.TagClassName
{
border-color: #CCC4AD;
}
</style>