Shades of Parchment #CBC3AC
Tints of Parchment #CBC3AC
RGB
CMYK
RGB Variations
Color information
#CBC3AC (or 0xCBC3AC) is known color: Parchment. HEX triplet: CB, C3 and AC. RGB value is (203,195,172). Sum of RGB (Red+Green+Blue) = 203+195+172=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3AC is #343C53. Grayscale: #C2C2C2. Windows color (decimal): -3423316 or 11322315. OLE color: 11322315.
HSL color Cylindrical-coordinate representation of color #CBC3AC: hue angle of 44.52º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC3AC is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 172 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.20 |
| HSL | 44.52º | 0.23% | 0.74% | - |
| HSV(B) | 44.52º | 0.15% | 0.8% | - |
| XYZ | 51.59 | 54.71 | 46.87 | - |
| YUV | 194.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 172 | 0 | 0.04 | 0.15 | 0.20 | 44.52 | 0.23 | 0.74 |
| Hex | CB | C3 | AC | 0 | 4 | F | 14 | 2D | 17 | 4A |
| Octal | 313 | 303 | 254 | 0 | 4 | 17 | 24 | 55 | 27 | 112 |
| Binary | 11001011 | 11000011 | 10101100 | 0 | 100 | 1111 | 10100 | 101101 | 10111 | 1001010 |
Color Harmonies of #CBC3AC
Complementary color
Monochromatic Colors of #CBC3AC
Black with #CBC3AC
Text Example
Text Example
White with #CBC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3AC; }
p { color: rgb(203,195,172); }
H1.HeaderClassName
{
color: #CBC3AC;
}
.AnyTagClassName
{
color: #CBC3AC;
}
</style>
background-color css
<style>
a { background-color: #CBC3AC; }
a { background-color: rgb(203,195,172); }
div.DivClassName
{
background-color: #CBC3AC;
}
.BgClassName
{
background-color: #CBC3AC;
}
</style>
border-color css
<style>
span { border-color: #CBC3AC; }
span { border-color: rgb(203,195,172); }
td.TdClassName
{
border-color: #CBC3AC;
}
.TagClassName
{
border-color: #CBC3AC;
}
</style>