Shades of Contessa #C27365
Tints of Contessa #C27365
RGB
CMYK
RGB Variations
Color information
#C27365 (or 0xC27365) is known color: Contessa. HEX triplet: C2, 73 and 65. RGB value is (194,115,101). Sum of RGB (Red+Green+Blue) = 194+115+101=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27365 is #3D8C9A. Grayscale: #898989. Windows color (decimal): -4033691 or 6648770. OLE color: 6648770.
HSL color Cylindrical-coordinate representation of color #C27365: hue angle of 9.03º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27365 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 101 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.24 |
| HSL | 9.03º | 0.43% | 0.58% | - |
| HSV(B) | 9.03º | 0.48% | 0.76% | - |
| XYZ | 30.73 | 24.67 | 15.45 | - |
| YUV | 137.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 101 | 0 | 0.41 | 0.48 | 0.24 | 9.03 | 0.43 | 0.58 |
| Hex | C2 | 73 | 65 | 0 | 29 | 30 | 18 | 9 | 2B | 3A |
| Octal | 302 | 163 | 145 | 0 | 51 | 60 | 30 | 11 | 53 | 72 |
| Binary | 11000010 | 1110011 | 1100101 | 0 | 101001 | 110000 | 11000 | 1001 | 101011 | 111010 |
Color Harmonies of #C27365
Complementary color
Monochromatic Colors of #C27365
Black with #C27365
Text Example
Text Example
White with #C27365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27365; }
p { color: rgb(194,115,101); }
H1.HeaderClassName
{
color: #C27365;
}
.AnyTagClassName
{
color: #C27365;
}
</style>
background-color css
<style>
a { background-color: #C27365; }
a { background-color: rgb(194,115,101); }
div.DivClassName
{
background-color: #C27365;
}
.BgClassName
{
background-color: #C27365;
}
</style>
border-color css
<style>
span { border-color: #C27365; }
span { border-color: rgb(194,115,101); }
td.TdClassName
{
border-color: #C27365;
}
.TagClassName
{
border-color: #C27365;
}
</style>