Shades of Contessa #C27767
Tints of Contessa #C27767
RGB
CMYK
RGB Variations
Color information
#C27767 (or 0xC27767) is known color: Contessa. HEX triplet: C2, 77 and 67. RGB value is (194,119,103). Sum of RGB (Red+Green+Blue) = 194+119+103=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C27767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27767 is #3D8898. Grayscale: #8B8B8B. Windows color (decimal): -4032665 or 6780866. OLE color: 6780866.
HSL color Cylindrical-coordinate representation of color #C27767: hue angle of 10.55º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27767 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 103 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.24 |
| HSL | 10.55º | 0.43% | 0.58% | - |
| HSV(B) | 10.55º | 0.47% | 0.76% | - |
| XYZ | 31.29 | 25.64 | 16.13 | - |
| YUV | 139.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 103 | 0 | 0.39 | 0.47 | 0.24 | 10.55 | 0.43 | 0.58 |
| Hex | C2 | 77 | 67 | 0 | 27 | 2F | 18 | B | 2B | 3A |
| Octal | 302 | 167 | 147 | 0 | 47 | 57 | 30 | 13 | 53 | 72 |
| Binary | 11000010 | 1110111 | 1100111 | 0 | 100111 | 101111 | 11000 | 1011 | 101011 | 111010 |
Color Harmonies of #C27767
Complementary color
Monochromatic Colors of #C27767
Black with #C27767
Text Example
Text Example
White with #C27767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27767; }
p { color: rgb(194,119,103); }
H1.HeaderClassName
{
color: #C27767;
}
.AnyTagClassName
{
color: #C27767;
}
</style>
background-color css
<style>
a { background-color: #C27767; }
a { background-color: rgb(194,119,103); }
div.DivClassName
{
background-color: #C27767;
}
.BgClassName
{
background-color: #C27767;
}
</style>
border-color css
<style>
span { border-color: #C27767; }
span { border-color: rgb(194,119,103); }
td.TdClassName
{
border-color: #C27767;
}
.TagClassName
{
border-color: #C27767;
}
</style>