Shades of Parchment #CBC3AF
Tints of Parchment #CBC3AF
RGB
CMYK
RGB Variations
Color information
#CBC3AF (or 0xCBC3AF) is known color: Parchment. HEX triplet: CB, C3 and AF. RGB value is (203,195,175). Sum of RGB (Red+Green+Blue) = 203+195+175=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3AF is #343C50. Grayscale: #C3C3C3. Windows color (decimal): -3423313 or 11518923. OLE color: 11518923.
HSL color Cylindrical-coordinate representation of color #CBC3AF: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC3AF is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 175 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.20 |
| HSL | 42.86º | 0.21% | 0.74% | - |
| HSV(B) | 42.86º | 0.14% | 0.8% | - |
| XYZ | 51.88 | 54.82 | 48.4 | - |
| YUV | 195.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 175 | 0 | 0.04 | 0.14 | 0.20 | 42.86 | 0.21 | 0.74 |
| Hex | CB | C3 | AF | 0 | 4 | E | 14 | 2B | 15 | 4A |
| Octal | 313 | 303 | 257 | 0 | 4 | 16 | 24 | 53 | 25 | 112 |
| Binary | 11001011 | 11000011 | 10101111 | 0 | 100 | 1110 | 10100 | 101011 | 10101 | 1001010 |
Color Harmonies of #CBC3AF
Complementary color
Monochromatic Colors of #CBC3AF
Black with #CBC3AF
Text Example
Text Example
White with #CBC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3AF; }
p { color: rgb(203,195,175); }
H1.HeaderClassName
{
color: #CBC3AF;
}
.AnyTagClassName
{
color: #CBC3AF;
}
</style>
background-color css
<style>
a { background-color: #CBC3AF; }
a { background-color: rgb(203,195,175); }
div.DivClassName
{
background-color: #CBC3AF;
}
.BgClassName
{
background-color: #CBC3AF;
}
</style>
border-color css
<style>
span { border-color: #CBC3AF; }
span { border-color: rgb(203,195,175); }
td.TdClassName
{
border-color: #CBC3AF;
}
.TagClassName
{
border-color: #CBC3AF;
}
</style>