Shades of Parchment #CBC2AA
Tints of Parchment #CBC2AA
RGB
CMYK
RGB Variations
Color information
#CBC2AA (or 0xCBC2AA) is known color: Parchment. HEX triplet: CB, C2 and AA. RGB value is (203,194,170). Sum of RGB (Red+Green+Blue) = 203+194+170=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AA is #343D55. Grayscale: #C2C2C2. Windows color (decimal): -3423574 or 11190987. OLE color: 11190987.
HSL color Cylindrical-coordinate representation of color #CBC2AA: hue angle of 43.64º 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 #CBC2AA is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 170 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.20 |
| HSL | 43.64º | 0.24% | 0.73% | - |
| HSV(B) | 43.64º | 0.16% | 0.8% | - |
| XYZ | 51.18 | 54.18 | 45.79 | - |
| YUV | 193.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 170 | 0 | 0.04 | 0.16 | 0.20 | 43.64 | 0.24 | 0.73 |
| Hex | CB | C2 | AA | 0 | 4 | 10 | 14 | 2C | 18 | 49 |
| Octal | 313 | 302 | 252 | 0 | 4 | 20 | 24 | 54 | 30 | 111 |
| Binary | 11001011 | 11000010 | 10101010 | 0 | 100 | 10000 | 10100 | 101100 | 11000 | 1001001 |
Color Harmonies of #CBC2AA
Complementary color
Monochromatic Colors of #CBC2AA
Black with #CBC2AA
Text Example
Text Example
White with #CBC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2AA; }
p { color: rgb(203,194,170); }
H1.HeaderClassName
{
color: #CBC2AA;
}
.AnyTagClassName
{
color: #CBC2AA;
}
</style>
background-color css
<style>
a { background-color: #CBC2AA; }
a { background-color: rgb(203,194,170); }
div.DivClassName
{
background-color: #CBC2AA;
}
.BgClassName
{
background-color: #CBC2AA;
}
</style>
border-color css
<style>
span { border-color: #CBC2AA; }
span { border-color: rgb(203,194,170); }
td.TdClassName
{
border-color: #CBC2AA;
}
.TagClassName
{
border-color: #CBC2AA;
}
</style>