Shades of Contessa #C2736B
Tints of Contessa #C2736B
RGB
CMYK
RGB Variations
Color information
#C2736B (or 0xC2736B) is known color: Contessa. HEX triplet: C2, 73 and 6B. RGB value is (194,115,107). Sum of RGB (Red+Green+Blue) = 194+115+107=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2736B is #3D8C94. Grayscale: #898989. Windows color (decimal): -4033685 or 7041986. OLE color: 7041986.
HSL color Cylindrical-coordinate representation of color #C2736B: hue angle of 5.52º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2736B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 107 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.24 |
| HSL | 5.52º | 0.42% | 0.59% | - |
| HSV(B) | 5.52º | 0.45% | 0.76% | - |
| XYZ | 31.03 | 24.79 | 17.06 | - |
| YUV | 137.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 107 | 0 | 0.41 | 0.45 | 0.24 | 5.52 | 0.42 | 0.59 |
| Hex | C2 | 73 | 6B | 0 | 29 | 2D | 18 | 6 | 2A | 3B |
| Octal | 302 | 163 | 153 | 0 | 51 | 55 | 30 | 6 | 52 | 73 |
| Binary | 11000010 | 1110011 | 1101011 | 0 | 101001 | 101101 | 11000 | 110 | 101010 | 111011 |
Color Harmonies of #C2736B
Complementary color
Monochromatic Colors of #C2736B
Black with #C2736B
Text Example
Text Example
White with #C2736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2736B; }
p { color: rgb(194,115,107); }
H1.HeaderClassName
{
color: #C2736B;
}
.AnyTagClassName
{
color: #C2736B;
}
</style>
background-color css
<style>
a { background-color: #C2736B; }
a { background-color: rgb(194,115,107); }
div.DivClassName
{
background-color: #C2736B;
}
.BgClassName
{
background-color: #C2736B;
}
</style>
border-color css
<style>
span { border-color: #C2736B; }
span { border-color: rgb(194,115,107); }
td.TdClassName
{
border-color: #C2736B;
}
.TagClassName
{
border-color: #C2736B;
}
</style>