Shades of Contessa #C27669
Tints of Contessa #C27669
RGB
CMYK
RGB Variations
Color information
#C27669 (or 0xC27669) is known color: Contessa. HEX triplet: C2, 76 and 69. RGB value is (194,118,105). Sum of RGB (Red+Green+Blue) = 194+118+105=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C27669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27669 is #3D8996. Grayscale: #8B8B8B. Windows color (decimal): -4032919 or 6911682. OLE color: 6911682.
HSL color Cylindrical-coordinate representation of color #C27669: hue angle of 8.76º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27669 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 105 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.24 |
| HSL | 8.76º | 0.42% | 0.59% | - |
| HSV(B) | 8.76º | 0.46% | 0.76% | - |
| XYZ | 31.28 | 25.45 | 16.63 | - |
| YUV | 139.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 105 | 0 | 0.39 | 0.46 | 0.24 | 8.76 | 0.42 | 0.59 |
| Hex | C2 | 76 | 69 | 0 | 27 | 2E | 18 | 9 | 2A | 3B |
| Octal | 302 | 166 | 151 | 0 | 47 | 56 | 30 | 11 | 52 | 73 |
| Binary | 11000010 | 1110110 | 1101001 | 0 | 100111 | 101110 | 11000 | 1001 | 101010 | 111011 |
Color Harmonies of #C27669
Complementary color
Monochromatic Colors of #C27669
Black with #C27669
Text Example
Text Example
White with #C27669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27669; }
p { color: rgb(194,118,105); }
H1.HeaderClassName
{
color: #C27669;
}
.AnyTagClassName
{
color: #C27669;
}
</style>
background-color css
<style>
a { background-color: #C27669; }
a { background-color: rgb(194,118,105); }
div.DivClassName
{
background-color: #C27669;
}
.BgClassName
{
background-color: #C27669;
}
</style>
border-color css
<style>
span { border-color: #C27669; }
span { border-color: rgb(194,118,105); }
td.TdClassName
{
border-color: #C27669;
}
.TagClassName
{
border-color: #C27669;
}
</style>