Shades of Contessa #C4736F
Tints of Contessa #C4736F
RGB
CMYK
RGB Variations
Color information
#C4736F (or 0xC4736F) is known color: Contessa. HEX triplet: C4, 73 and 6F. RGB value is (196,115,111). Sum of RGB (Red+Green+Blue) = 196+115+111=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4736F is #3B8C90. Grayscale: #8A8A8A. Windows color (decimal): -3902609 or 7304132. OLE color: 7304132.
HSL color Cylindrical-coordinate representation of color #C4736F: hue angle of 2.82º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4736F is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 111 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.23 |
| HSL | 2.82º | 0.42% | 0.6% | - |
| HSV(B) | 2.82º | 0.43% | 0.77% | - |
| XYZ | 31.76 | 25.14 | 18.22 | - |
| YUV | 138.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 111 | 0 | 0.41 | 0.43 | 0.23 | 2.82 | 0.42 | 0.6 |
| Hex | C4 | 73 | 6F | 0 | 29 | 2B | 17 | 3 | 2A | 3C |
| Octal | 304 | 163 | 157 | 0 | 51 | 53 | 27 | 3 | 52 | 74 |
| Binary | 11000100 | 1110011 | 1101111 | 0 | 101001 | 101011 | 10111 | 11 | 101010 | 111100 |
Color Harmonies of #C4736F
Complementary color
Monochromatic Colors of #C4736F
Black with #C4736F
Text Example
Text Example
White with #C4736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4736F; }
p { color: rgb(196,115,111); }
H1.HeaderClassName
{
color: #C4736F;
}
.AnyTagClassName
{
color: #C4736F;
}
</style>
background-color css
<style>
a { background-color: #C4736F; }
a { background-color: rgb(196,115,111); }
div.DivClassName
{
background-color: #C4736F;
}
.BgClassName
{
background-color: #C4736F;
}
</style>
border-color css
<style>
span { border-color: #C4736F; }
span { border-color: rgb(196,115,111); }
td.TdClassName
{
border-color: #C4736F;
}
.TagClassName
{
border-color: #C4736F;
}
</style>