Shades of Contessa #C4736B
Tints of Contessa #C4736B
RGB
CMYK
RGB Variations
Color information
#C4736B (or 0xC4736B) is known color: Contessa. HEX triplet: C4, 73 and 6B. RGB value is (196,115,107). Sum of RGB (Red+Green+Blue) = 196+115+107=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4736B is #3B8C94. Grayscale: #8A8A8A. Windows color (decimal): -3902613 or 7041988. OLE color: 7041988.
HSL color Cylindrical-coordinate representation of color #C4736B: hue angle of 5.39º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4736B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 107 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.23 |
| HSL | 5.39º | 0.43% | 0.59% | - |
| HSV(B) | 5.39º | 0.45% | 0.77% | - |
| XYZ | 31.55 | 25.06 | 17.08 | - |
| YUV | 138.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 107 | 0 | 0.41 | 0.45 | 0.23 | 5.39 | 0.43 | 0.59 |
| Hex | C4 | 73 | 6B | 0 | 29 | 2D | 17 | 5 | 2B | 3B |
| Octal | 304 | 163 | 153 | 0 | 51 | 55 | 27 | 5 | 53 | 73 |
| Binary | 11000100 | 1110011 | 1101011 | 0 | 101001 | 101101 | 10111 | 101 | 101011 | 111011 |
Color Harmonies of #C4736B
Complementary color
Monochromatic Colors of #C4736B
Black with #C4736B
Text Example
Text Example
White with #C4736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4736B; }
p { color: rgb(196,115,107); }
H1.HeaderClassName
{
color: #C4736B;
}
.AnyTagClassName
{
color: #C4736B;
}
</style>
background-color css
<style>
a { background-color: #C4736B; }
a { background-color: rgb(196,115,107); }
div.DivClassName
{
background-color: #C4736B;
}
.BgClassName
{
background-color: #C4736B;
}
</style>
border-color css
<style>
span { border-color: #C4736B; }
span { border-color: rgb(196,115,107); }
td.TdClassName
{
border-color: #C4736B;
}
.TagClassName
{
border-color: #C4736B;
}
</style>