Shades of Contessa #C4766B
Tints of Contessa #C4766B
RGB
CMYK
RGB Variations
Color information
#C4766B (or 0xC4766B) is known color: Contessa. HEX triplet: C4, 76 and 6B. RGB value is (196,118,107). Sum of RGB (Red+Green+Blue) = 196+118+107=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4766B is #3B8994. Grayscale: #8C8C8C. Windows color (decimal): -3901845 or 7042756. OLE color: 7042756.
HSL color Cylindrical-coordinate representation of color #C4766B: hue angle of 7.42º 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 #C4766B is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 107 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.23 |
| HSL | 7.42º | 0.43% | 0.59% | - |
| HSV(B) | 7.42º | 0.45% | 0.77% | - |
| XYZ | 31.9 | 25.75 | 17.2 | - |
| YUV | 140.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 107 | 0 | 0.40 | 0.45 | 0.23 | 7.42 | 0.43 | 0.59 |
| Hex | C4 | 76 | 6B | 0 | 28 | 2D | 17 | 7 | 2B | 3B |
| Octal | 304 | 166 | 153 | 0 | 50 | 55 | 27 | 7 | 53 | 73 |
| Binary | 11000100 | 1110110 | 1101011 | 0 | 101000 | 101101 | 10111 | 111 | 101011 | 111011 |
Color Harmonies of #C4766B
Complementary color
Monochromatic Colors of #C4766B
Black with #C4766B
Text Example
Text Example
White with #C4766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4766B; }
p { color: rgb(196,118,107); }
H1.HeaderClassName
{
color: #C4766B;
}
.AnyTagClassName
{
color: #C4766B;
}
</style>
background-color css
<style>
a { background-color: #C4766B; }
a { background-color: rgb(196,118,107); }
div.DivClassName
{
background-color: #C4766B;
}
.BgClassName
{
background-color: #C4766B;
}
</style>
border-color css
<style>
span { border-color: #C4766B; }
span { border-color: rgb(196,118,107); }
td.TdClassName
{
border-color: #C4766B;
}
.TagClassName
{
border-color: #C4766B;
}
</style>