Shades of Contessa #C77A68
Tints of Contessa #C77A68
RGB
CMYK
RGB Variations
Color information
#C77A68 (or 0xC77A68) is known color: Contessa. HEX triplet: C7, 7A and 68. RGB value is (199,122,104). Sum of RGB (Red+Green+Blue) = 199+122+104=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A68 is #388597. Grayscale: #8F8F8F. Windows color (decimal): -3704216 or 6847175. OLE color: 6847175.
HSL color Cylindrical-coordinate representation of color #C77A68: hue angle of 11.37º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77A68 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 104 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.22 |
| HSL | 11.37º | 0.46% | 0.59% | - |
| HSV(B) | 11.37º | 0.48% | 0.78% | - |
| XYZ | 33.01 | 27.06 | 16.58 | - |
| YUV | 142.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 104 | 0 | 0.39 | 0.48 | 0.22 | 11.37 | 0.46 | 0.59 |
| Hex | C7 | 7A | 68 | 0 | 27 | 30 | 16 | B | 2E | 3B |
| Octal | 307 | 172 | 150 | 0 | 47 | 60 | 26 | 13 | 56 | 73 |
| Binary | 11000111 | 1111010 | 1101000 | 0 | 100111 | 110000 | 10110 | 1011 | 101110 | 111011 |
Color Harmonies of #C77A68
Complementary color
Monochromatic Colors of #C77A68
Black with #C77A68
Text Example
Text Example
White with #C77A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A68; }
p { color: rgb(199,122,104); }
H1.HeaderClassName
{
color: #C77A68;
}
.AnyTagClassName
{
color: #C77A68;
}
</style>
background-color css
<style>
a { background-color: #C77A68; }
a { background-color: rgb(199,122,104); }
div.DivClassName
{
background-color: #C77A68;
}
.BgClassName
{
background-color: #C77A68;
}
</style>
border-color css
<style>
span { border-color: #C77A68; }
span { border-color: rgb(199,122,104); }
td.TdClassName
{
border-color: #C77A68;
}
.TagClassName
{
border-color: #C77A68;
}
</style>