Shades of Contessa #C4746F
Tints of Contessa #C4746F
RGB
CMYK
RGB Variations
Color information
#C4746F (or 0xC4746F) is known color: Contessa. HEX triplet: C4, 74 and 6F. RGB value is (196,116,111). Sum of RGB (Red+Green+Blue) = 196+116+111=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4746F is #3B8B90. Grayscale: #8B8B8B. Windows color (decimal): -3902353 or 7304388. OLE color: 7304388.
HSL color Cylindrical-coordinate representation of color #C4746F: hue angle of 3.53º 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 #C4746F is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 111 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.23 |
| HSL | 3.53º | 0.42% | 0.6% | - |
| HSV(B) | 3.53º | 0.43% | 0.77% | - |
| XYZ | 31.88 | 25.37 | 18.26 | - |
| YUV | 139.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 111 | 0 | 0.41 | 0.43 | 0.23 | 3.53 | 0.42 | 0.6 |
| Hex | C4 | 74 | 6F | 0 | 29 | 2B | 17 | 4 | 2A | 3C |
| Octal | 304 | 164 | 157 | 0 | 51 | 53 | 27 | 4 | 52 | 74 |
| Binary | 11000100 | 1110100 | 1101111 | 0 | 101001 | 101011 | 10111 | 100 | 101010 | 111100 |
Color Harmonies of #C4746F
Complementary color
Monochromatic Colors of #C4746F
Black with #C4746F
Text Example
Text Example
White with #C4746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4746F; }
p { color: rgb(196,116,111); }
H1.HeaderClassName
{
color: #C4746F;
}
.AnyTagClassName
{
color: #C4746F;
}
</style>
background-color css
<style>
a { background-color: #C4746F; }
a { background-color: rgb(196,116,111); }
div.DivClassName
{
background-color: #C4746F;
}
.BgClassName
{
background-color: #C4746F;
}
</style>
border-color css
<style>
span { border-color: #C4746F; }
span { border-color: rgb(196,116,111); }
td.TdClassName
{
border-color: #C4746F;
}
.TagClassName
{
border-color: #C4746F;
}
</style>