Shades of Contessa #C1756B
Tints of Contessa #C1756B
RGB
CMYK
RGB Variations
Color information
#C1756B (or 0xC1756B) is known color: Contessa. HEX triplet: C1, 75 and 6B. RGB value is (193,117,107). Sum of RGB (Red+Green+Blue) = 193+117+107=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1756B is #3E8A94. Grayscale: #8A8A8A. Windows color (decimal): -4098709 or 7042497. OLE color: 7042497.
HSL color Cylindrical-coordinate representation of color #C1756B: hue angle of 6.98º degrees, saturation: 0.41, 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 #C1756B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 107 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.24 |
| HSL | 6.98º | 0.41% | 0.59% | - |
| HSV(B) | 6.98º | 0.45% | 0.76% | - |
| XYZ | 31.01 | 25.12 | 17.12 | - |
| YUV | 138.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 107 | 0 | 0.39 | 0.45 | 0.24 | 6.98 | 0.41 | 0.59 |
| Hex | C1 | 75 | 6B | 0 | 27 | 2D | 18 | 7 | 29 | 3B |
| Octal | 301 | 165 | 153 | 0 | 47 | 55 | 30 | 7 | 51 | 73 |
| Binary | 11000001 | 1110101 | 1101011 | 0 | 100111 | 101101 | 11000 | 111 | 101001 | 111011 |
Color Harmonies of #C1756B
Complementary color
Monochromatic Colors of #C1756B
Black with #C1756B
Text Example
Text Example
White with #C1756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1756B; }
p { color: rgb(193,117,107); }
H1.HeaderClassName
{
color: #C1756B;
}
.AnyTagClassName
{
color: #C1756B;
}
</style>
background-color css
<style>
a { background-color: #C1756B; }
a { background-color: rgb(193,117,107); }
div.DivClassName
{
background-color: #C1756B;
}
.BgClassName
{
background-color: #C1756B;
}
</style>
border-color css
<style>
span { border-color: #C1756B; }
span { border-color: rgb(193,117,107); }
td.TdClassName
{
border-color: #C1756B;
}
.TagClassName
{
border-color: #C1756B;
}
</style>