Shades of Contessa #C66A67
Tints of Contessa #C66A67
RGB
CMYK
RGB Variations
Color information
#C66A67 (or 0xC66A67) is known color: Contessa. HEX triplet: C6, 6A and 67. RGB value is (198,106,103). Sum of RGB (Red+Green+Blue) = 198+106+103=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A67 is #399598. Grayscale: #858585. Windows color (decimal): -3773849 or 6777542. OLE color: 6777542.
HSL color Cylindrical-coordinate representation of color #C66A67: hue angle of 1.89º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66A67 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 103 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.22 |
| HSL | 1.89º | 0.45% | 0.59% | - |
| HSV(B) | 1.89º | 0.48% | 0.78% | - |
| XYZ | 30.89 | 23.29 | 15.7 | - |
| YUV | 133.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 103 | 0 | 0.46 | 0.48 | 0.22 | 1.89 | 0.45 | 0.59 |
| Hex | C6 | 6A | 67 | 0 | 2E | 30 | 16 | 2 | 2D | 3B |
| Octal | 306 | 152 | 147 | 0 | 56 | 60 | 26 | 2 | 55 | 73 |
| Binary | 11000110 | 1101010 | 1100111 | 0 | 101110 | 110000 | 10110 | 10 | 101101 | 111011 |
Color Harmonies of #C66A67
Complementary color
Monochromatic Colors of #C66A67
Black with #C66A67
Text Example
Text Example
White with #C66A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A67; }
p { color: rgb(198,106,103); }
H1.HeaderClassName
{
color: #C66A67;
}
.AnyTagClassName
{
color: #C66A67;
}
</style>
background-color css
<style>
a { background-color: #C66A67; }
a { background-color: rgb(198,106,103); }
div.DivClassName
{
background-color: #C66A67;
}
.BgClassName
{
background-color: #C66A67;
}
</style>
border-color css
<style>
span { border-color: #C66A67; }
span { border-color: rgb(198,106,103); }
td.TdClassName
{
border-color: #C66A67;
}
.TagClassName
{
border-color: #C66A67;
}
</style>