Shades of Parchment #CBC5AA
Tints of Parchment #CBC5AA
RGB
CMYK
RGB Variations
Color information
#CBC5AA (or 0xCBC5AA) is known color: Parchment. HEX triplet: CB, C5 and AA. RGB value is (203,197,170). Sum of RGB (Red+Green+Blue) = 203+197+170=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5AA is #343A55. Grayscale: #C3C3C3. Windows color (decimal): -3422806 or 11191755. OLE color: 11191755.
HSL color Cylindrical-coordinate representation of color #CBC5AA: hue angle of 49.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC5AA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 170 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.20 |
| HSL | 49.09º | 0.24% | 0.73% | - |
| HSV(B) | 49.09º | 0.16% | 0.8% | - |
| XYZ | 51.85 | 55.53 | 46.02 | - |
| YUV | 195.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 170 | 0 | 0.03 | 0.16 | 0.20 | 49.09 | 0.24 | 0.73 |
| Hex | CB | C5 | AA | 0 | 3 | 10 | 14 | 31 | 18 | 49 |
| Octal | 313 | 305 | 252 | 0 | 3 | 20 | 24 | 61 | 30 | 111 |
| Binary | 11001011 | 11000101 | 10101010 | 0 | 11 | 10000 | 10100 | 110001 | 11000 | 1001001 |
Color Harmonies of #CBC5AA
Complementary color
Monochromatic Colors of #CBC5AA
Black with #CBC5AA
Text Example
Text Example
White with #CBC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5AA; }
p { color: rgb(203,197,170); }
H1.HeaderClassName
{
color: #CBC5AA;
}
.AnyTagClassName
{
color: #CBC5AA;
}
</style>
background-color css
<style>
a { background-color: #CBC5AA; }
a { background-color: rgb(203,197,170); }
div.DivClassName
{
background-color: #CBC5AA;
}
.BgClassName
{
background-color: #CBC5AA;
}
</style>
border-color css
<style>
span { border-color: #CBC5AA; }
span { border-color: rgb(203,197,170); }
td.TdClassName
{
border-color: #CBC5AA;
}
.TagClassName
{
border-color: #CBC5AA;
}
</style>