Shades of Contessa #CB6960
Tints of Contessa #CB6960
RGB
CMYK
RGB Variations
Color information
#CB6960 (or 0xCB6960) is known color: Contessa. HEX triplet: CB, 69 and 60. RGB value is (203,105,96). Sum of RGB (Red+Green+Blue) = 203+105+96=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6960 is #34969F. Grayscale: #858585. Windows color (decimal): -3446432 or 6318539. OLE color: 6318539.
HSL color Cylindrical-coordinate representation of color #CB6960: hue angle of 5.05º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6960 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 96 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.20 |
| HSL | 5.05º | 0.51% | 0.59% | - |
| HSV(B) | 5.05º | 0.53% | 0.8% | - |
| XYZ | 31.79 | 23.64 | 13.95 | - |
| YUV | 133.28 | 106.97 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 96 | 0 | 0.48 | 0.53 | 0.20 | 5.05 | 0.51 | 0.59 |
| Hex | CB | 69 | 60 | 0 | 30 | 35 | 14 | 5 | 33 | 3B |
| Octal | 313 | 151 | 140 | 0 | 60 | 65 | 24 | 5 | 63 | 73 |
| Binary | 11001011 | 1101001 | 1100000 | 0 | 110000 | 110101 | 10100 | 101 | 110011 | 111011 |
Color Harmonies of #CB6960
Complementary color
Monochromatic Colors of #CB6960
Black with #CB6960
Text Example
Text Example
White with #CB6960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6960; }
p { color: rgb(203,105,96); }
H1.HeaderClassName
{
color: #CB6960;
}
.AnyTagClassName
{
color: #CB6960;
}
</style>
background-color css
<style>
a { background-color: #CB6960; }
a { background-color: rgb(203,105,96); }
div.DivClassName
{
background-color: #CB6960;
}
.BgClassName
{
background-color: #CB6960;
}
</style>
border-color css
<style>
span { border-color: #CB6960; }
span { border-color: rgb(203,105,96); }
td.TdClassName
{
border-color: #CB6960;
}
.TagClassName
{
border-color: #CB6960;
}
</style>