Shades of Contessa #C27B6D
Tints of Contessa #C27B6D
RGB
CMYK
RGB Variations
Color information
#C27B6D (or 0xC27B6D) is known color: Contessa. HEX triplet: C2, 7B and 6D. RGB value is (194,123,109). Sum of RGB (Red+Green+Blue) = 194+123+109=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B6D is #3D8492. Grayscale: #8E8E8E. Windows color (decimal): -4031635 or 7175106. OLE color: 7175106.
HSL color Cylindrical-coordinate representation of color #C27B6D: hue angle of 9.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27B6D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 109 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.24 |
| HSL | 9.88º | 0.41% | 0.59% | - |
| HSV(B) | 9.88º | 0.44% | 0.76% | - |
| XYZ | 32.09 | 26.74 | 17.94 | - |
| YUV | 142.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 109 | 0 | 0.37 | 0.44 | 0.24 | 9.88 | 0.41 | 0.59 |
| Hex | C2 | 7B | 6D | 0 | 25 | 2C | 18 | A | 29 | 3B |
| Octal | 302 | 173 | 155 | 0 | 45 | 54 | 30 | 12 | 51 | 73 |
| Binary | 11000010 | 1111011 | 1101101 | 0 | 100101 | 101100 | 11000 | 1010 | 101001 | 111011 |
Color Harmonies of #C27B6D
Complementary color
Monochromatic Colors of #C27B6D
Black with #C27B6D
Text Example
Text Example
White with #C27B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B6D; }
p { color: rgb(194,123,109); }
H1.HeaderClassName
{
color: #C27B6D;
}
.AnyTagClassName
{
color: #C27B6D;
}
</style>
background-color css
<style>
a { background-color: #C27B6D; }
a { background-color: rgb(194,123,109); }
div.DivClassName
{
background-color: #C27B6D;
}
.BgClassName
{
background-color: #C27B6D;
}
</style>
border-color css
<style>
span { border-color: #C27B6D; }
span { border-color: rgb(194,123,109); }
td.TdClassName
{
border-color: #C27B6D;
}
.TagClassName
{
border-color: #C27B6D;
}
</style>