Shades of Contessa #C4756A
Tints of Contessa #C4756A
RGB
CMYK
RGB Variations
Color information
#C4756A (or 0xC4756A) is known color: Contessa. HEX triplet: C4, 75 and 6A. RGB value is (196,117,106). Sum of RGB (Red+Green+Blue) = 196+117+106=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4756A is #3B8A95. Grayscale: #8B8B8B. Windows color (decimal): -3902102 or 6976964. OLE color: 6976964.
HSL color Cylindrical-coordinate representation of color #C4756A: hue angle of 7.33º 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 #C4756A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 106 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.23 |
| HSL | 7.33º | 0.43% | 0.59% | - |
| HSV(B) | 7.33º | 0.46% | 0.77% | - |
| XYZ | 31.73 | 25.5 | 16.89 | - |
| YUV | 139.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 106 | 0 | 0.40 | 0.46 | 0.23 | 7.33 | 0.43 | 0.59 |
| Hex | C4 | 75 | 6A | 0 | 28 | 2E | 17 | 7 | 2B | 3B |
| Octal | 304 | 165 | 152 | 0 | 50 | 56 | 27 | 7 | 53 | 73 |
| Binary | 11000100 | 1110101 | 1101010 | 0 | 101000 | 101110 | 10111 | 111 | 101011 | 111011 |
Color Harmonies of #C4756A
Complementary color
Monochromatic Colors of #C4756A
Black with #C4756A
Text Example
Text Example
White with #C4756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4756A; }
p { color: rgb(196,117,106); }
H1.HeaderClassName
{
color: #C4756A;
}
.AnyTagClassName
{
color: #C4756A;
}
</style>
background-color css
<style>
a { background-color: #C4756A; }
a { background-color: rgb(196,117,106); }
div.DivClassName
{
background-color: #C4756A;
}
.BgClassName
{
background-color: #C4756A;
}
</style>
border-color css
<style>
span { border-color: #C4756A; }
span { border-color: rgb(196,117,106); }
td.TdClassName
{
border-color: #C4756A;
}
.TagClassName
{
border-color: #C4756A;
}
</style>