Shades of Contessa #C67765
Tints of Contessa #C67765
RGB
CMYK
RGB Variations
Color information
#C67765 (or 0xC67765) is known color: Contessa. HEX triplet: C6, 77 and 65. RGB value is (198,119,101). Sum of RGB (Red+Green+Blue) = 198+119+101=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C67765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67765 is #39889A. Grayscale: #8C8C8C. Windows color (decimal): -3770523 or 6649798. OLE color: 6649798.
HSL color Cylindrical-coordinate representation of color #C67765: hue angle of 11.13º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67765 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 101 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.22 |
| HSL | 11.13º | 0.46% | 0.59% | - |
| HSV(B) | 11.13º | 0.49% | 0.78% | - |
| XYZ | 32.23 | 26.14 | 15.66 | - |
| YUV | 140.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 101 | 0 | 0.40 | 0.49 | 0.22 | 11.13 | 0.46 | 0.59 |
| Hex | C6 | 77 | 65 | 0 | 28 | 31 | 16 | B | 2E | 3B |
| Octal | 306 | 167 | 145 | 0 | 50 | 61 | 26 | 13 | 56 | 73 |
| Binary | 11000110 | 1110111 | 1100101 | 0 | 101000 | 110001 | 10110 | 1011 | 101110 | 111011 |
Color Harmonies of #C67765
Complementary color
Monochromatic Colors of #C67765
Black with #C67765
Text Example
Text Example
White with #C67765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67765; }
p { color: rgb(198,119,101); }
H1.HeaderClassName
{
color: #C67765;
}
.AnyTagClassName
{
color: #C67765;
}
</style>
background-color css
<style>
a { background-color: #C67765; }
a { background-color: rgb(198,119,101); }
div.DivClassName
{
background-color: #C67765;
}
.BgClassName
{
background-color: #C67765;
}
</style>
border-color css
<style>
span { border-color: #C67765; }
span { border-color: rgb(198,119,101); }
td.TdClassName
{
border-color: #C67765;
}
.TagClassName
{
border-color: #C67765;
}
</style>