Shades of Contessa #C4746A
Tints of Contessa #C4746A
RGB
CMYK
RGB Variations
Color information
#C4746A (or 0xC4746A) is known color: Contessa. HEX triplet: C4, 74 and 6A. RGB value is (196,116,106). Sum of RGB (Red+Green+Blue) = 196+116+106=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4746A is #3B8B95. Grayscale: #8A8A8A. Windows color (decimal): -3902358 or 6976708. OLE color: 6976708.
HSL color Cylindrical-coordinate representation of color #C4746A: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4746A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 106 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.23 |
| HSL | 6.67º | 0.43% | 0.59% | - |
| HSV(B) | 6.67º | 0.46% | 0.77% | - |
| XYZ | 31.61 | 25.27 | 16.85 | - |
| YUV | 138.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 106 | 0 | 0.41 | 0.46 | 0.23 | 6.67 | 0.43 | 0.59 |
| Hex | C4 | 74 | 6A | 0 | 29 | 2E | 17 | 7 | 2B | 3B |
| Octal | 304 | 164 | 152 | 0 | 51 | 56 | 27 | 7 | 53 | 73 |
| Binary | 11000100 | 1110100 | 1101010 | 0 | 101001 | 101110 | 10111 | 111 | 101011 | 111011 |
Color Harmonies of #C4746A
Complementary color
Monochromatic Colors of #C4746A
Black with #C4746A
Text Example
Text Example
White with #C4746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4746A; }
p { color: rgb(196,116,106); }
H1.HeaderClassName
{
color: #C4746A;
}
.AnyTagClassName
{
color: #C4746A;
}
</style>
background-color css
<style>
a { background-color: #C4746A; }
a { background-color: rgb(196,116,106); }
div.DivClassName
{
background-color: #C4746A;
}
.BgClassName
{
background-color: #C4746A;
}
</style>
border-color css
<style>
span { border-color: #C4746A; }
span { border-color: rgb(196,116,106); }
td.TdClassName
{
border-color: #C4746A;
}
.TagClassName
{
border-color: #C4746A;
}
</style>