Shades of Parchment #CBC4B2
Tints of Parchment #CBC4B2
RGB
CMYK
RGB Variations
Color information
#CBC4B2 (or 0xCBC4B2) is known color: Parchment. HEX triplet: CB, C4 and B2. RGB value is (203,196,178). Sum of RGB (Red+Green+Blue) = 203+196+178=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4B2 is #343B4D. Grayscale: #C4C4C4. Windows color (decimal): -3423054 or 11715787. OLE color: 11715787.
HSL color Cylindrical-coordinate representation of color #CBC4B2: hue angle of 43.2º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC4B2 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 178 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.20 |
| HSL | 43.2º | 0.19% | 0.75% | - |
| HSV(B) | 43.2º | 0.12% | 0.8% | - |
| XYZ | 52.4 | 55.39 | 50.05 | - |
| YUV | 196.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 178 | 0 | 0.03 | 0.12 | 0.20 | 43.2 | 0.19 | 0.75 |
| Hex | CB | C4 | B2 | 0 | 3 | C | 14 | 2B | 13 | 4B |
| Octal | 313 | 304 | 262 | 0 | 3 | 14 | 24 | 53 | 23 | 113 |
| Binary | 11001011 | 11000100 | 10110010 | 0 | 11 | 1100 | 10100 | 101011 | 10011 | 1001011 |
Color Harmonies of #CBC4B2
Complementary color
Monochromatic Colors of #CBC4B2
Black with #CBC4B2
Text Example
Text Example
White with #CBC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4B2; }
p { color: rgb(203,196,178); }
H1.HeaderClassName
{
color: #CBC4B2;
}
.AnyTagClassName
{
color: #CBC4B2;
}
</style>
background-color css
<style>
a { background-color: #CBC4B2; }
a { background-color: rgb(203,196,178); }
div.DivClassName
{
background-color: #CBC4B2;
}
.BgClassName
{
background-color: #CBC4B2;
}
</style>
border-color css
<style>
span { border-color: #CBC4B2; }
span { border-color: rgb(203,196,178); }
td.TdClassName
{
border-color: #CBC4B2;
}
.TagClassName
{
border-color: #CBC4B2;
}
</style>