Shades of Contessa #C4746C
Tints of Contessa #C4746C
RGB
CMYK
RGB Variations
Color information
#C4746C (or 0xC4746C) is known color: Contessa. HEX triplet: C4, 74 and 6C. RGB value is (196,116,108). Sum of RGB (Red+Green+Blue) = 196+116+108=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4746C is #3B8B93. Grayscale: #8B8B8B. Windows color (decimal): -3902356 or 7107780. OLE color: 7107780.
HSL color Cylindrical-coordinate representation of color #C4746C: hue angle of 5.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4746C is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 108 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.23 |
| HSL | 5.45º | 0.43% | 0.6% | - |
| HSV(B) | 5.45º | 0.45% | 0.77% | - |
| XYZ | 31.72 | 25.31 | 17.4 | - |
| YUV | 139.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 108 | 0 | 0.41 | 0.45 | 0.23 | 5.45 | 0.43 | 0.6 |
| Hex | C4 | 74 | 6C | 0 | 29 | 2D | 17 | 5 | 2B | 3C |
| Octal | 304 | 164 | 154 | 0 | 51 | 55 | 27 | 5 | 53 | 74 |
| Binary | 11000100 | 1110100 | 1101100 | 0 | 101001 | 101101 | 10111 | 101 | 101011 | 111100 |
Color Harmonies of #C4746C
Complementary color
Monochromatic Colors of #C4746C
Black with #C4746C
Text Example
Text Example
White with #C4746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4746C; }
p { color: rgb(196,116,108); }
H1.HeaderClassName
{
color: #C4746C;
}
.AnyTagClassName
{
color: #C4746C;
}
</style>
background-color css
<style>
a { background-color: #C4746C; }
a { background-color: rgb(196,116,108); }
div.DivClassName
{
background-color: #C4746C;
}
.BgClassName
{
background-color: #C4746C;
}
</style>
border-color css
<style>
span { border-color: #C4746C; }
span { border-color: rgb(196,116,108); }
td.TdClassName
{
border-color: #C4746C;
}
.TagClassName
{
border-color: #C4746C;
}
</style>