Shades of Contessa #CB6861
Tints of Contessa #CB6861
RGB
CMYK
RGB Variations
Color information
#CB6861 (or 0xCB6861) is known color: Contessa. HEX triplet: CB, 68 and 61. RGB value is (203,104,97). Sum of RGB (Red+Green+Blue) = 203+104+97=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6861 is #34979E. Grayscale: #848484. Windows color (decimal): -3446687 or 6383819. OLE color: 6383819.
HSL color Cylindrical-coordinate representation of color #CB6861: hue angle of 3.96º 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 #CB6861 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 97 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.20 |
| HSL | 3.96º | 0.5% | 0.59% | - |
| HSV(B) | 3.96º | 0.52% | 0.8% | - |
| XYZ | 31.74 | 23.46 | 14.16 | - |
| YUV | 132.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 97 | 0 | 0.49 | 0.52 | 0.20 | 3.96 | 0.5 | 0.59 |
| Hex | CB | 68 | 61 | 0 | 31 | 34 | 14 | 4 | 32 | 3B |
| Octal | 313 | 150 | 141 | 0 | 61 | 64 | 24 | 4 | 62 | 73 |
| Binary | 11001011 | 1101000 | 1100001 | 0 | 110001 | 110100 | 10100 | 100 | 110010 | 111011 |
Color Harmonies of #CB6861
Complementary color
Monochromatic Colors of #CB6861
Black with #CB6861
Text Example
Text Example
White with #CB6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6861; }
p { color: rgb(203,104,97); }
H1.HeaderClassName
{
color: #CB6861;
}
.AnyTagClassName
{
color: #CB6861;
}
</style>
background-color css
<style>
a { background-color: #CB6861; }
a { background-color: rgb(203,104,97); }
div.DivClassName
{
background-color: #CB6861;
}
.BgClassName
{
background-color: #CB6861;
}
</style>
border-color css
<style>
span { border-color: #CB6861; }
span { border-color: rgb(203,104,97); }
td.TdClassName
{
border-color: #CB6861;
}
.TagClassName
{
border-color: #CB6861;
}
</style>