Shades of Contessa #C1726A
Tints of Contessa #C1726A
RGB
CMYK
RGB Variations
Color information
#C1726A (or 0xC1726A) is known color: Contessa. HEX triplet: C1, 72 and 6A. RGB value is (193,114,106). Sum of RGB (Red+Green+Blue) = 193+114+106=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1726A is #3E8D95. Grayscale: #888888. Windows color (decimal): -4099478 or 6976193. OLE color: 6976193.
HSL color Cylindrical-coordinate representation of color #C1726A: hue angle of 5.52º 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 #C1726A is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 106 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.24 |
| HSL | 5.52º | 0.41% | 0.59% | - |
| HSV(B) | 5.52º | 0.45% | 0.76% | - |
| XYZ | 30.61 | 24.41 | 16.73 | - |
| YUV | 136.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 106 | 0 | 0.41 | 0.45 | 0.24 | 5.52 | 0.41 | 0.59 |
| Hex | C1 | 72 | 6A | 0 | 29 | 2D | 18 | 6 | 29 | 3B |
| Octal | 301 | 162 | 152 | 0 | 51 | 55 | 30 | 6 | 51 | 73 |
| Binary | 11000001 | 1110010 | 1101010 | 0 | 101001 | 101101 | 11000 | 110 | 101001 | 111011 |
Color Harmonies of #C1726A
Complementary color
Monochromatic Colors of #C1726A
Black with #C1726A
Text Example
Text Example
White with #C1726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1726A; }
p { color: rgb(193,114,106); }
H1.HeaderClassName
{
color: #C1726A;
}
.AnyTagClassName
{
color: #C1726A;
}
</style>
background-color css
<style>
a { background-color: #C1726A; }
a { background-color: rgb(193,114,106); }
div.DivClassName
{
background-color: #C1726A;
}
.BgClassName
{
background-color: #C1726A;
}
</style>
border-color css
<style>
span { border-color: #C1726A; }
span { border-color: rgb(193,114,106); }
td.TdClassName
{
border-color: #C1726A;
}
.TagClassName
{
border-color: #C1726A;
}
</style>