Shades of Parchment #CBC4AA
Tints of Parchment #CBC4AA
RGB
CMYK
RGB Variations
Color information
#CBC4AA (or 0xCBC4AA) is known color: Parchment. HEX triplet: CB, C4 and AA. RGB value is (203,196,170). Sum of RGB (Red+Green+Blue) = 203+196+170=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4AA is #343B55. Grayscale: #C3C3C3. Windows color (decimal): -3423062 or 11191499. OLE color: 11191499.
HSL color Cylindrical-coordinate representation of color #CBC4AA: hue angle of 47.27º 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 #CBC4AA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 170 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.20 |
| HSL | 47.27º | 0.24% | 0.73% | - |
| HSV(B) | 47.27º | 0.16% | 0.8% | - |
| XYZ | 51.62 | 55.08 | 45.94 | - |
| YUV | 195.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 170 | 0 | 0.03 | 0.16 | 0.20 | 47.27 | 0.24 | 0.73 |
| Hex | CB | C4 | AA | 0 | 3 | 10 | 14 | 2F | 18 | 49 |
| Octal | 313 | 304 | 252 | 0 | 3 | 20 | 24 | 57 | 30 | 111 |
| Binary | 11001011 | 11000100 | 10101010 | 0 | 11 | 10000 | 10100 | 101111 | 11000 | 1001001 |
Color Harmonies of #CBC4AA
Complementary color
Monochromatic Colors of #CBC4AA
Black with #CBC4AA
Text Example
Text Example
White with #CBC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4AA; }
p { color: rgb(203,196,170); }
H1.HeaderClassName
{
color: #CBC4AA;
}
.AnyTagClassName
{
color: #CBC4AA;
}
</style>
background-color css
<style>
a { background-color: #CBC4AA; }
a { background-color: rgb(203,196,170); }
div.DivClassName
{
background-color: #CBC4AA;
}
.BgClassName
{
background-color: #CBC4AA;
}
</style>
border-color css
<style>
span { border-color: #CBC4AA; }
span { border-color: rgb(203,196,170); }
td.TdClassName
{
border-color: #CBC4AA;
}
.TagClassName
{
border-color: #CBC4AA;
}
</style>