Shades of Contessa #C06B65
Tints of Contessa #C06B65
RGB
CMYK
RGB Variations
Color information
#C06B65 (or 0xC06B65) is known color: Contessa. HEX triplet: C0, 6B and 65. RGB value is (192,107,101). Sum of RGB (Red+Green+Blue) = 192+107+101=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B65 is #3F949A. Grayscale: #838383. Windows color (decimal): -4166811 or 6646720. OLE color: 6646720.
HSL color Cylindrical-coordinate representation of color #C06B65: hue angle of 3.96º 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 #C06B65 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 101 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.25 |
| HSL | 3.96º | 0.42% | 0.57% | - |
| HSV(B) | 3.96º | 0.47% | 0.75% | - |
| XYZ | 29.34 | 22.66 | 15.14 | - |
| YUV | 131.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 101 | 0 | 0.44 | 0.47 | 0.25 | 3.96 | 0.42 | 0.57 |
| Hex | C0 | 6B | 65 | 0 | 2C | 2F | 19 | 4 | 2A | 39 |
| Octal | 300 | 153 | 145 | 0 | 54 | 57 | 31 | 4 | 52 | 71 |
| Binary | 11000000 | 1101011 | 1100101 | 0 | 101100 | 101111 | 11001 | 100 | 101010 | 111001 |
Color Harmonies of #C06B65
Complementary color
Monochromatic Colors of #C06B65
Black with #C06B65
Text Example
Text Example
White with #C06B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B65; }
p { color: rgb(192,107,101); }
H1.HeaderClassName
{
color: #C06B65;
}
.AnyTagClassName
{
color: #C06B65;
}
</style>
background-color css
<style>
a { background-color: #C06B65; }
a { background-color: rgb(192,107,101); }
div.DivClassName
{
background-color: #C06B65;
}
.BgClassName
{
background-color: #C06B65;
}
</style>
border-color css
<style>
span { border-color: #C06B65; }
span { border-color: rgb(192,107,101); }
td.TdClassName
{
border-color: #C06B65;
}
.TagClassName
{
border-color: #C06B65;
}
</style>