Shades of Parchment #CBC3A8
Tints of Parchment #CBC3A8
RGB
CMYK
RGB Variations
Color information
#CBC3A8 (or 0xCBC3A8) is known color: Parchment. HEX triplet: CB, C3 and A8. RGB value is (203,195,168). Sum of RGB (Red+Green+Blue) = 203+195+168=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3A8 is #343C57. Grayscale: #C2C2C2. Windows color (decimal): -3423320 or 11060171. OLE color: 11060171.
HSL color Cylindrical-coordinate representation of color #CBC3A8: hue angle of 46.29º degrees, saturation: 0.25, 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 #CBC3A8 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 168 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.20 |
| HSL | 46.29º | 0.25% | 0.73% | - |
| HSV(B) | 46.29º | 0.17% | 0.8% | - |
| XYZ | 51.21 | 54.55 | 44.88 | - |
| YUV | 194.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 168 | 0 | 0.04 | 0.17 | 0.20 | 46.29 | 0.25 | 0.73 |
| Hex | CB | C3 | A8 | 0 | 4 | 11 | 14 | 2E | 19 | 49 |
| Octal | 313 | 303 | 250 | 0 | 4 | 21 | 24 | 56 | 31 | 111 |
| Binary | 11001011 | 11000011 | 10101000 | 0 | 100 | 10001 | 10100 | 101110 | 11001 | 1001001 |
Color Harmonies of #CBC3A8
Complementary color
Monochromatic Colors of #CBC3A8
Black with #CBC3A8
Text Example
Text Example
White with #CBC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3A8; }
p { color: rgb(203,195,168); }
H1.HeaderClassName
{
color: #CBC3A8;
}
.AnyTagClassName
{
color: #CBC3A8;
}
</style>
background-color css
<style>
a { background-color: #CBC3A8; }
a { background-color: rgb(203,195,168); }
div.DivClassName
{
background-color: #CBC3A8;
}
.BgClassName
{
background-color: #CBC3A8;
}
</style>
border-color css
<style>
span { border-color: #CBC3A8; }
span { border-color: rgb(203,195,168); }
td.TdClassName
{
border-color: #CBC3A8;
}
.TagClassName
{
border-color: #CBC3A8;
}
</style>