Shades of Contessa #C06B63
Tints of Contessa #C06B63
RGB
CMYK
RGB Variations
Color information
#C06B63 (or 0xC06B63) is known color: Contessa. HEX triplet: C0, 6B and 63. RGB value is (192,107,99). Sum of RGB (Red+Green+Blue) = 192+107+99=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B63 is #3F949C. Grayscale: #838383. Windows color (decimal): -4166813 or 6515648. OLE color: 6515648.
HSL color Cylindrical-coordinate representation of color #C06B63: hue angle of 5.16º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06B63 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 99 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.25 |
| HSL | 5.16º | 0.42% | 0.57% | - |
| HSV(B) | 5.16º | 0.48% | 0.75% | - |
| XYZ | 29.25 | 22.62 | 14.63 | - |
| YUV | 131.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 99 | 0 | 0.44 | 0.48 | 0.25 | 5.16 | 0.42 | 0.57 |
| Hex | C0 | 6B | 63 | 0 | 2C | 30 | 19 | 5 | 2A | 39 |
| Octal | 300 | 153 | 143 | 0 | 54 | 60 | 31 | 5 | 52 | 71 |
| Binary | 11000000 | 1101011 | 1100011 | 0 | 101100 | 110000 | 11001 | 101 | 101010 | 111001 |
Color Harmonies of #C06B63
Complementary color
Monochromatic Colors of #C06B63
Black with #C06B63
Text Example
Text Example
White with #C06B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B63; }
p { color: rgb(192,107,99); }
H1.HeaderClassName
{
color: #C06B63;
}
.AnyTagClassName
{
color: #C06B63;
}
</style>
background-color css
<style>
a { background-color: #C06B63; }
a { background-color: rgb(192,107,99); }
div.DivClassName
{
background-color: #C06B63;
}
.BgClassName
{
background-color: #C06B63;
}
</style>
border-color css
<style>
span { border-color: #C06B63; }
span { border-color: rgb(192,107,99); }
td.TdClassName
{
border-color: #C06B63;
}
.TagClassName
{
border-color: #C06B63;
}
</style>