Shades of Contessa #C06F61
Tints of Contessa #C06F61
RGB
CMYK
RGB Variations
Color information
#C06F61 (or 0xC06F61) is known color: Contessa. HEX triplet: C0, 6F and 61. RGB value is (192,111,97). Sum of RGB (Red+Green+Blue) = 192+111+97=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F61 is #3F909E. Grayscale: #858585. Windows color (decimal): -4165791 or 6385600. OLE color: 6385600.
HSL color Cylindrical-coordinate representation of color #C06F61: hue angle of 8.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06F61 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 97 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.25 |
| HSL | 8.84º | 0.43% | 0.57% | - |
| HSV(B) | 8.84º | 0.49% | 0.75% | - |
| XYZ | 29.58 | 23.44 | 14.27 | - |
| YUV | 133.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 97 | 0 | 0.42 | 0.49 | 0.25 | 8.84 | 0.43 | 0.57 |
| Hex | C0 | 6F | 61 | 0 | 2A | 31 | 19 | 9 | 2B | 39 |
| Octal | 300 | 157 | 141 | 0 | 52 | 61 | 31 | 11 | 53 | 71 |
| Binary | 11000000 | 1101111 | 1100001 | 0 | 101010 | 110001 | 11001 | 1001 | 101011 | 111001 |
Color Harmonies of #C06F61
Complementary color
Monochromatic Colors of #C06F61
Black with #C06F61
Text Example
Text Example
White with #C06F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F61; }
p { color: rgb(192,111,97); }
H1.HeaderClassName
{
color: #C06F61;
}
.AnyTagClassName
{
color: #C06F61;
}
</style>
background-color css
<style>
a { background-color: #C06F61; }
a { background-color: rgb(192,111,97); }
div.DivClassName
{
background-color: #C06F61;
}
.BgClassName
{
background-color: #C06F61;
}
</style>
border-color css
<style>
span { border-color: #C06F61; }
span { border-color: rgb(192,111,97); }
td.TdClassName
{
border-color: #C06F61;
}
.TagClassName
{
border-color: #C06F61;
}
</style>