Shades of Contessa #CB6865
Tints of Contessa #CB6865
RGB
CMYK
RGB Variations
Color information
#CB6865 (or 0xCB6865) is known color: Contessa. HEX triplet: CB, 68 and 65. RGB value is (203,104,101). Sum of RGB (Red+Green+Blue) = 203+104+101=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6865 is #34979A. Grayscale: #858585. Windows color (decimal): -3446683 or 6645963. OLE color: 6645963.
HSL color Cylindrical-coordinate representation of color #CB6865: hue angle of 1.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6865 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 101 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.20 |
| HSL | 1.76º | 0.5% | 0.6% | - |
| HSV(B) | 1.76º | 0.5% | 0.8% | - |
| XYZ | 31.93 | 23.54 | 15.17 | - |
| YUV | 133.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 101 | 0 | 0.49 | 0.50 | 0.20 | 1.76 | 0.5 | 0.6 |
| Hex | CB | 68 | 65 | 0 | 31 | 32 | 14 | 2 | 32 | 3C |
| Octal | 313 | 150 | 145 | 0 | 61 | 62 | 24 | 2 | 62 | 74 |
| Binary | 11001011 | 1101000 | 1100101 | 0 | 110001 | 110010 | 10100 | 10 | 110010 | 111100 |
Color Harmonies of #CB6865
Complementary color
Monochromatic Colors of #CB6865
Black with #CB6865
Text Example
Text Example
White with #CB6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6865; }
p { color: rgb(203,104,101); }
H1.HeaderClassName
{
color: #CB6865;
}
.AnyTagClassName
{
color: #CB6865;
}
</style>
background-color css
<style>
a { background-color: #CB6865; }
a { background-color: rgb(203,104,101); }
div.DivClassName
{
background-color: #CB6865;
}
.BgClassName
{
background-color: #CB6865;
}
</style>
border-color css
<style>
span { border-color: #CB6865; }
span { border-color: rgb(203,104,101); }
td.TdClassName
{
border-color: #CB6865;
}
.TagClassName
{
border-color: #CB6865;
}
</style>