Shades of Contessa #CB6862
Tints of Contessa #CB6862
RGB
CMYK
RGB Variations
Color information
#CB6862 (or 0xCB6862) is known color: Contessa. HEX triplet: CB, 68 and 62. RGB value is (203,104,98). Sum of RGB (Red+Green+Blue) = 203+104+98=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6862 is #34979D. Grayscale: #858585. Windows color (decimal): -3446686 or 6449355. OLE color: 6449355.
HSL color Cylindrical-coordinate representation of color #CB6862: hue angle of 3.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6862 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 98 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.20 |
| HSL | 3.43º | 0.5% | 0.59% | - |
| HSV(B) | 3.43º | 0.52% | 0.8% | - |
| XYZ | 31.78 | 23.48 | 14.41 | - |
| YUV | 132.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 98 | 0 | 0.49 | 0.52 | 0.20 | 3.43 | 0.5 | 0.59 |
| Hex | CB | 68 | 62 | 0 | 31 | 34 | 14 | 3 | 32 | 3B |
| Octal | 313 | 150 | 142 | 0 | 61 | 64 | 24 | 3 | 62 | 73 |
| Binary | 11001011 | 1101000 | 1100010 | 0 | 110001 | 110100 | 10100 | 11 | 110010 | 111011 |
Color Harmonies of #CB6862
Complementary color
Monochromatic Colors of #CB6862
Black with #CB6862
Text Example
Text Example
White with #CB6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6862; }
p { color: rgb(203,104,98); }
H1.HeaderClassName
{
color: #CB6862;
}
.AnyTagClassName
{
color: #CB6862;
}
</style>
background-color css
<style>
a { background-color: #CB6862; }
a { background-color: rgb(203,104,98); }
div.DivClassName
{
background-color: #CB6862;
}
.BgClassName
{
background-color: #CB6862;
}
</style>
border-color css
<style>
span { border-color: #CB6862; }
span { border-color: rgb(203,104,98); }
td.TdClassName
{
border-color: #CB6862;
}
.TagClassName
{
border-color: #CB6862;
}
</style>