Shades of Contessa #C06565
Tints of Contessa #C06565
RGB
CMYK
RGB Variations
Color information
#C06565 (or 0xC06565) is known color: Contessa. HEX triplet: C0, 65 and 65. RGB value is (192,101,101). Sum of RGB (Red+Green+Blue) = 192+101+101=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C06565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06565 is #3F9A9A. Grayscale: #808080. Windows color (decimal): -4168347 or 6645184. OLE color: 6645184.
HSL color Cylindrical-coordinate representation of color #C06565: hue angle of 0º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06565 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 101 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.25 |
| HSL | 0º | 0.42% | 0.57% | - |
| HSV(B) | 0º | 0.47% | 0.75% | - |
| XYZ | 28.74 | 21.45 | 14.94 | - |
| YUV | 128.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 101 | 0 | 0.47 | 0.47 | 0.25 | 0 | 0.42 | 0.57 |
| Hex | C0 | 65 | 65 | 0 | 2F | 2F | 19 | 0 | 2A | 39 |
| Octal | 300 | 145 | 145 | 0 | 57 | 57 | 31 | 0 | 52 | 71 |
| Binary | 11000000 | 1100101 | 1100101 | 0 | 101111 | 101111 | 11001 | 0 | 101010 | 111001 |
Color Harmonies of #C06565
Complementary color
Monochromatic Colors of #C06565
Black with #C06565
Text Example
Text Example
White with #C06565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06565; }
p { color: rgb(192,101,101); }
H1.HeaderClassName
{
color: #C06565;
}
.AnyTagClassName
{
color: #C06565;
}
</style>
background-color css
<style>
a { background-color: #C06565; }
a { background-color: rgb(192,101,101); }
div.DivClassName
{
background-color: #C06565;
}
.BgClassName
{
background-color: #C06565;
}
</style>
border-color css
<style>
span { border-color: #C06565; }
span { border-color: rgb(192,101,101); }
td.TdClassName
{
border-color: #C06565;
}
.TagClassName
{
border-color: #C06565;
}
</style>