Shades of Parchment #CBC3A9
Tints of Parchment #CBC3A9
RGB
CMYK
RGB Variations
Color information
#CBC3A9 (or 0xCBC3A9) is known color: Parchment. HEX triplet: CB, C3 and A9. RGB value is (203,195,169). Sum of RGB (Red+Green+Blue) = 203+195+169=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3A9 is #343C56. Grayscale: #C2C2C2. Windows color (decimal): -3423319 or 11125707. OLE color: 11125707.
HSL color Cylindrical-coordinate representation of color #CBC3A9: hue angle of 45.88º 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 #CBC3A9 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 169 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.20 |
| HSL | 45.88º | 0.25% | 0.73% | - |
| HSV(B) | 45.88º | 0.17% | 0.8% | - |
| XYZ | 51.31 | 54.59 | 45.37 | - |
| YUV | 194.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 169 | 0 | 0.04 | 0.17 | 0.20 | 45.88 | 0.25 | 0.73 |
| Hex | CB | C3 | A9 | 0 | 4 | 11 | 14 | 2E | 19 | 49 |
| Octal | 313 | 303 | 251 | 0 | 4 | 21 | 24 | 56 | 31 | 111 |
| Binary | 11001011 | 11000011 | 10101001 | 0 | 100 | 10001 | 10100 | 101110 | 11001 | 1001001 |
Color Harmonies of #CBC3A9
Complementary color
Monochromatic Colors of #CBC3A9
Black with #CBC3A9
Text Example
Text Example
White with #CBC3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3A9; }
p { color: rgb(203,195,169); }
H1.HeaderClassName
{
color: #CBC3A9;
}
.AnyTagClassName
{
color: #CBC3A9;
}
</style>
background-color css
<style>
a { background-color: #CBC3A9; }
a { background-color: rgb(203,195,169); }
div.DivClassName
{
background-color: #CBC3A9;
}
.BgClassName
{
background-color: #CBC3A9;
}
</style>
border-color css
<style>
span { border-color: #CBC3A9; }
span { border-color: rgb(203,195,169); }
td.TdClassName
{
border-color: #CBC3A9;
}
.TagClassName
{
border-color: #CBC3A9;
}
</style>