Shades of Contessa #C1766B
Tints of Contessa #C1766B
RGB
CMYK
RGB Variations
Color information
#C1766B (or 0xC1766B) is known color: Contessa. HEX triplet: C1, 76 and 6B. RGB value is (193,118,107). Sum of RGB (Red+Green+Blue) = 193+118+107=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1766B is #3E8994. Grayscale: #8B8B8B. Windows color (decimal): -4098453 or 7042753. OLE color: 7042753.
HSL color Cylindrical-coordinate representation of color #C1766B: hue angle of 7.67º 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 #C1766B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 107 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.24 |
| HSL | 7.67º | 0.41% | 0.59% | - |
| HSV(B) | 7.67º | 0.45% | 0.76% | - |
| XYZ | 31.12 | 25.36 | 17.16 | - |
| YUV | 139.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 107 | 0 | 0.39 | 0.45 | 0.24 | 7.67 | 0.41 | 0.59 |
| Hex | C1 | 76 | 6B | 0 | 27 | 2D | 18 | 8 | 29 | 3B |
| Octal | 301 | 166 | 153 | 0 | 47 | 55 | 30 | 10 | 51 | 73 |
| Binary | 11000001 | 1110110 | 1101011 | 0 | 100111 | 101101 | 11000 | 1000 | 101001 | 111011 |
Color Harmonies of #C1766B
Complementary color
Monochromatic Colors of #C1766B
Black with #C1766B
Text Example
Text Example
White with #C1766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1766B; }
p { color: rgb(193,118,107); }
H1.HeaderClassName
{
color: #C1766B;
}
.AnyTagClassName
{
color: #C1766B;
}
</style>
background-color css
<style>
a { background-color: #C1766B; }
a { background-color: rgb(193,118,107); }
div.DivClassName
{
background-color: #C1766B;
}
.BgClassName
{
background-color: #C1766B;
}
</style>
border-color css
<style>
span { border-color: #C1766B; }
span { border-color: rgb(193,118,107); }
td.TdClassName
{
border-color: #C1766B;
}
.TagClassName
{
border-color: #C1766B;
}
</style>