Shades of Contessa #C86663
Tints of Contessa #C86663
RGB
CMYK
RGB Variations
Color information
#C86663 (or 0xC86663) is known color: Contessa. HEX triplet: C8, 66 and 63. RGB value is (200,102,99). Sum of RGB (Red+Green+Blue) = 200+102+99=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C86663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86663 is #37999C. Grayscale: #838383. Windows color (decimal): -3643805 or 6514376. OLE color: 6514376.
HSL color Cylindrical-coordinate representation of color #C86663: hue angle of 1.78º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86663 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 99 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.22 |
| HSL | 1.78º | 0.48% | 0.59% | - |
| HSV(B) | 1.78º | 0.51% | 0.78% | - |
| XYZ | 30.82 | 22.68 | 14.56 | - |
| YUV | 130.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 99 | 0 | 0.49 | 0.50 | 0.22 | 1.78 | 0.48 | 0.59 |
| Hex | C8 | 66 | 63 | 0 | 31 | 32 | 16 | 2 | 30 | 3B |
| Octal | 310 | 146 | 143 | 0 | 61 | 62 | 26 | 2 | 60 | 73 |
| Binary | 11001000 | 1100110 | 1100011 | 0 | 110001 | 110010 | 10110 | 10 | 110000 | 111011 |
Color Harmonies of #C86663
Complementary color
Monochromatic Colors of #C86663
Black with #C86663
Text Example
Text Example
White with #C86663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86663; }
p { color: rgb(200,102,99); }
H1.HeaderClassName
{
color: #C86663;
}
.AnyTagClassName
{
color: #C86663;
}
</style>
background-color css
<style>
a { background-color: #C86663; }
a { background-color: rgb(200,102,99); }
div.DivClassName
{
background-color: #C86663;
}
.BgClassName
{
background-color: #C86663;
}
</style>
border-color css
<style>
span { border-color: #C86663; }
span { border-color: rgb(200,102,99); }
td.TdClassName
{
border-color: #C86663;
}
.TagClassName
{
border-color: #C86663;
}
</style>