Shades of Contessa #C6736C
Tints of Contessa #C6736C
RGB
CMYK
RGB Variations
Color information
#C6736C (or 0xC6736C) is known color: Contessa. HEX triplet: C6, 73 and 6C. RGB value is (198,115,108). Sum of RGB (Red+Green+Blue) = 198+115+108=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6736C is #398C93. Grayscale: #8B8B8B. Windows color (decimal): -3771540 or 7107526. OLE color: 7107526.
HSL color Cylindrical-coordinate representation of color #C6736C: hue angle of 4.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6736C is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 108 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.22 |
| HSL | 4.67º | 0.44% | 0.6% | - |
| HSV(B) | 4.67º | 0.45% | 0.78% | - |
| XYZ | 32.13 | 25.35 | 17.39 | - |
| YUV | 139.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 108 | 0 | 0.42 | 0.45 | 0.22 | 4.67 | 0.44 | 0.6 |
| Hex | C6 | 73 | 6C | 0 | 2A | 2D | 16 | 5 | 2C | 3C |
| Octal | 306 | 163 | 154 | 0 | 52 | 55 | 26 | 5 | 54 | 74 |
| Binary | 11000110 | 1110011 | 1101100 | 0 | 101010 | 101101 | 10110 | 101 | 101100 | 111100 |
Color Harmonies of #C6736C
Complementary color
Monochromatic Colors of #C6736C
Black with #C6736C
Text Example
Text Example
White with #C6736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6736C; }
p { color: rgb(198,115,108); }
H1.HeaderClassName
{
color: #C6736C;
}
.AnyTagClassName
{
color: #C6736C;
}
</style>
background-color css
<style>
a { background-color: #C6736C; }
a { background-color: rgb(198,115,108); }
div.DivClassName
{
background-color: #C6736C;
}
.BgClassName
{
background-color: #C6736C;
}
</style>
border-color css
<style>
span { border-color: #C6736C; }
span { border-color: rgb(198,115,108); }
td.TdClassName
{
border-color: #C6736C;
}
.TagClassName
{
border-color: #C6736C;
}
</style>