Shades of Parchment #CCC7AB
Tints of Parchment #CCC7AB
RGB
CMYK
RGB Variations
Color information
#CCC7AB (or 0xCCC7AB) is known color: Parchment. HEX triplet: CC, C7 and AB. RGB value is (204,199,171). Sum of RGB (Red+Green+Blue) = 204+199+171=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7AB is #333854. Grayscale: #C5C5C5. Windows color (decimal): -3356757 or 11257804. OLE color: 11257804.
HSL color Cylindrical-coordinate representation of color #CCC7AB: hue angle of 50.91º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC7AB is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 171 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.2 |
| HSL | 50.91º | 0.24% | 0.74% | - |
| HSV(B) | 50.91º | 0.16% | 0.8% | - |
| XYZ | 52.68 | 56.62 | 46.68 | - |
| YUV | 197.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 171 | 0 | 0.02 | 0.16 | 0.2 | 50.91 | 0.24 | 0.74 |
| Hex | CC | C7 | AB | 0 | 2 | 10 | 14 | 33 | 18 | 4A |
| Octal | 314 | 307 | 253 | 0 | 2 | 20 | 24 | 63 | 30 | 112 |
| Binary | 11001100 | 11000111 | 10101011 | 0 | 10 | 10000 | 10100 | 110011 | 11000 | 1001010 |
Color Harmonies of #CCC7AB
Complementary color
Monochromatic Colors of #CCC7AB
Black with #CCC7AB
Text Example
Text Example
White with #CCC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7AB; }
p { color: rgb(204,199,171); }
H1.HeaderClassName
{
color: #CCC7AB;
}
.AnyTagClassName
{
color: #CCC7AB;
}
</style>
background-color css
<style>
a { background-color: #CCC7AB; }
a { background-color: rgb(204,199,171); }
div.DivClassName
{
background-color: #CCC7AB;
}
.BgClassName
{
background-color: #CCC7AB;
}
</style>
border-color css
<style>
span { border-color: #CCC7AB; }
span { border-color: rgb(204,199,171); }
td.TdClassName
{
border-color: #CCC7AB;
}
.TagClassName
{
border-color: #CCC7AB;
}
</style>