Shades of Contessa #C4716A
Tints of Contessa #C4716A
RGB
CMYK
RGB Variations
Color information
#C4716A (or 0xC4716A) is known color: Contessa. HEX triplet: C4, 71 and 6A. RGB value is (196,113,106). Sum of RGB (Red+Green+Blue) = 196+113+106=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4716A is #3B8E95. Grayscale: #898989. Windows color (decimal): -3903126 or 6975940. OLE color: 6975940.
HSL color Cylindrical-coordinate representation of color #C4716A: hue angle of 4.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 #C4716A is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 106 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.23 |
| HSL | 4.67º | 0.43% | 0.59% | - |
| HSV(B) | 4.67º | 0.46% | 0.77% | - |
| XYZ | 31.27 | 24.59 | 16.73 | - |
| YUV | 137.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 106 | 0 | 0.42 | 0.46 | 0.23 | 4.67 | 0.43 | 0.59 |
| Hex | C4 | 71 | 6A | 0 | 2A | 2E | 17 | 5 | 2B | 3B |
| Octal | 304 | 161 | 152 | 0 | 52 | 56 | 27 | 5 | 53 | 73 |
| Binary | 11000100 | 1110001 | 1101010 | 0 | 101010 | 101110 | 10111 | 101 | 101011 | 111011 |
Color Harmonies of #C4716A
Complementary color
Monochromatic Colors of #C4716A
Black with #C4716A
Text Example
Text Example
White with #C4716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4716A; }
p { color: rgb(196,113,106); }
H1.HeaderClassName
{
color: #C4716A;
}
.AnyTagClassName
{
color: #C4716A;
}
</style>
background-color css
<style>
a { background-color: #C4716A; }
a { background-color: rgb(196,113,106); }
div.DivClassName
{
background-color: #C4716A;
}
.BgClassName
{
background-color: #C4716A;
}
</style>
border-color css
<style>
span { border-color: #C4716A; }
span { border-color: rgb(196,113,106); }
td.TdClassName
{
border-color: #C4716A;
}
.TagClassName
{
border-color: #C4716A;
}
</style>