Shades of Parchment #CCC3A9
Tints of Parchment #CCC3A9
RGB
CMYK
RGB Variations
Color information
#CCC3A9 (or 0xCCC3A9) is known color: Parchment. HEX triplet: CC, C3 and A9. RGB value is (204,195,169). Sum of RGB (Red+Green+Blue) = 204+195+169=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3A9 is #333C56. Grayscale: #C2C2C2. Windows color (decimal): -3357783 or 11125708. OLE color: 11125708.
HSL color Cylindrical-coordinate representation of color #CCC3A9: hue angle of 44.57º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC3A9 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 169 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.2 |
| HSL | 44.57º | 0.26% | 0.73% | - |
| HSV(B) | 44.57º | 0.17% | 0.8% | - |
| XYZ | 51.58 | 54.73 | 45.38 | - |
| YUV | 194.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 169 | 0 | 0.04 | 0.17 | 0.2 | 44.57 | 0.26 | 0.73 |
| Hex | CC | C3 | A9 | 0 | 4 | 11 | 14 | 2D | 1A | 49 |
| Octal | 314 | 303 | 251 | 0 | 4 | 21 | 24 | 55 | 32 | 111 |
| Binary | 11001100 | 11000011 | 10101001 | 0 | 100 | 10001 | 10100 | 101101 | 11010 | 1001001 |
Color Harmonies of #CCC3A9
Complementary color
Monochromatic Colors of #CCC3A9
Black with #CCC3A9
Text Example
Text Example
White with #CCC3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3A9; }
p { color: rgb(204,195,169); }
H1.HeaderClassName
{
color: #CCC3A9;
}
.AnyTagClassName
{
color: #CCC3A9;
}
</style>
background-color css
<style>
a { background-color: #CCC3A9; }
a { background-color: rgb(204,195,169); }
div.DivClassName
{
background-color: #CCC3A9;
}
.BgClassName
{
background-color: #CCC3A9;
}
</style>
border-color css
<style>
span { border-color: #CCC3A9; }
span { border-color: rgb(204,195,169); }
td.TdClassName
{
border-color: #CCC3A9;
}
.TagClassName
{
border-color: #CCC3A9;
}
</style>