Shades of Contessa #C4706B
Tints of Contessa #C4706B
RGB
CMYK
RGB Variations
Color information
#C4706B (or 0xC4706B) is known color: Contessa. HEX triplet: C4, 70 and 6B. RGB value is (196,112,107). Sum of RGB (Red+Green+Blue) = 196+112+107=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4706B is #3B8F94. Grayscale: #888888. Windows color (decimal): -3903381 or 7041220. OLE color: 7041220.
HSL color Cylindrical-coordinate representation of color #C4706B: hue angle of 3.37º 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 #C4706B is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 107 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.23 |
| HSL | 3.37º | 0.43% | 0.59% | - |
| HSV(B) | 3.37º | 0.45% | 0.77% | - |
| XYZ | 31.21 | 24.39 | 16.97 | - |
| YUV | 136.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 107 | 0 | 0.43 | 0.45 | 0.23 | 3.37 | 0.43 | 0.59 |
| Hex | C4 | 70 | 6B | 0 | 2B | 2D | 17 | 3 | 2B | 3B |
| Octal | 304 | 160 | 153 | 0 | 53 | 55 | 27 | 3 | 53 | 73 |
| Binary | 11000100 | 1110000 | 1101011 | 0 | 101011 | 101101 | 10111 | 11 | 101011 | 111011 |
Color Harmonies of #C4706B
Complementary color
Monochromatic Colors of #C4706B
Black with #C4706B
Text Example
Text Example
White with #C4706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4706B; }
p { color: rgb(196,112,107); }
H1.HeaderClassName
{
color: #C4706B;
}
.AnyTagClassName
{
color: #C4706B;
}
</style>
background-color css
<style>
a { background-color: #C4706B; }
a { background-color: rgb(196,112,107); }
div.DivClassName
{
background-color: #C4706B;
}
.BgClassName
{
background-color: #C4706B;
}
</style>
border-color css
<style>
span { border-color: #C4706B; }
span { border-color: rgb(196,112,107); }
td.TdClassName
{
border-color: #C4706B;
}
.TagClassName
{
border-color: #C4706B;
}
</style>