Shades of Parchment #CBC4A7
Tints of Parchment #CBC4A7
RGB
CMYK
RGB Variations
Color information
#CBC4A7 (or 0xCBC4A7) is known color: Parchment. HEX triplet: CB, C4 and A7. RGB value is (203,196,167). Sum of RGB (Red+Green+Blue) = 203+196+167=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4A7 is #343B58. Grayscale: #C2C2C2. Windows color (decimal): -3423065 or 10994891. OLE color: 10994891.
HSL color Cylindrical-coordinate representation of color #CBC4A7: hue angle of 48.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC4A7 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 167 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.20 |
| HSL | 48.33º | 0.26% | 0.73% | - |
| HSV(B) | 48.33º | 0.18% | 0.8% | - |
| XYZ | 51.34 | 54.97 | 44.46 | - |
| YUV | 194.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 167 | 0 | 0.03 | 0.18 | 0.20 | 48.33 | 0.26 | 0.73 |
| Hex | CB | C4 | A7 | 0 | 3 | 12 | 14 | 30 | 1A | 49 |
| Octal | 313 | 304 | 247 | 0 | 3 | 22 | 24 | 60 | 32 | 111 |
| Binary | 11001011 | 11000100 | 10100111 | 0 | 11 | 10010 | 10100 | 110000 | 11010 | 1001001 |
Color Harmonies of #CBC4A7
Complementary color
Monochromatic Colors of #CBC4A7
Black with #CBC4A7
Text Example
Text Example
White with #CBC4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4A7; }
p { color: rgb(203,196,167); }
H1.HeaderClassName
{
color: #CBC4A7;
}
.AnyTagClassName
{
color: #CBC4A7;
}
</style>
background-color css
<style>
a { background-color: #CBC4A7; }
a { background-color: rgb(203,196,167); }
div.DivClassName
{
background-color: #CBC4A7;
}
.BgClassName
{
background-color: #CBC4A7;
}
</style>
border-color css
<style>
span { border-color: #CBC4A7; }
span { border-color: rgb(203,196,167); }
td.TdClassName
{
border-color: #CBC4A7;
}
.TagClassName
{
border-color: #CBC4A7;
}
</style>