Shades of Contessa #C17067
Tints of Contessa #C17067
RGB
CMYK
RGB Variations
Color information
#C17067 (or 0xC17067) is known color: Contessa. HEX triplet: C1, 70 and 67. RGB value is (193,112,103). Sum of RGB (Red+Green+Blue) = 193+112+103=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C17067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17067 is #3E8F98. Grayscale: #878787. Windows color (decimal): -4099993 or 6779073. OLE color: 6779073.
HSL color Cylindrical-coordinate representation of color #C17067: hue angle of 6º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17067 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 103 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.24 |
| HSL | 6º | 0.42% | 0.58% | - |
| HSV(B) | 6º | 0.47% | 0.76% | - |
| XYZ | 30.23 | 23.91 | 15.85 | - |
| YUV | 135.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 103 | 0 | 0.42 | 0.47 | 0.24 | 6 | 0.42 | 0.58 |
| Hex | C1 | 70 | 67 | 0 | 2A | 2F | 18 | 6 | 2A | 3A |
| Octal | 301 | 160 | 147 | 0 | 52 | 57 | 30 | 6 | 52 | 72 |
| Binary | 11000001 | 1110000 | 1100111 | 0 | 101010 | 101111 | 11000 | 110 | 101010 | 111010 |
Color Harmonies of #C17067
Complementary color
Monochromatic Colors of #C17067
Black with #C17067
Text Example
Text Example
White with #C17067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17067; }
p { color: rgb(193,112,103); }
H1.HeaderClassName
{
color: #C17067;
}
.AnyTagClassName
{
color: #C17067;
}
</style>
background-color css
<style>
a { background-color: #C17067; }
a { background-color: rgb(193,112,103); }
div.DivClassName
{
background-color: #C17067;
}
.BgClassName
{
background-color: #C17067;
}
</style>
border-color css
<style>
span { border-color: #C17067; }
span { border-color: rgb(193,112,103); }
td.TdClassName
{
border-color: #C17067;
}
.TagClassName
{
border-color: #C17067;
}
</style>