Shades of Contessa #C67363
Tints of Contessa #C67363
RGB
CMYK
RGB Variations
Color information
#C67363 (or 0xC67363) is known color: Contessa. HEX triplet: C6, 73 and 63. RGB value is (198,115,99). Sum of RGB (Red+Green+Blue) = 198+115+99=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C67363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67363 is #398C9C. Grayscale: #8A8A8A. Windows color (decimal): -3771549 or 6517702. OLE color: 6517702.
HSL color Cylindrical-coordinate representation of color #C67363: hue angle of 9.7º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67363 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 99 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.22 |
| HSL | 9.7º | 0.46% | 0.58% | - |
| HSV(B) | 9.7º | 0.5% | 0.78% | - |
| XYZ | 31.67 | 25.17 | 14.99 | - |
| YUV | 137.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 99 | 0 | 0.42 | 0.50 | 0.22 | 9.7 | 0.46 | 0.58 |
| Hex | C6 | 73 | 63 | 0 | 2A | 32 | 16 | A | 2E | 3A |
| Octal | 306 | 163 | 143 | 0 | 52 | 62 | 26 | 12 | 56 | 72 |
| Binary | 11000110 | 1110011 | 1100011 | 0 | 101010 | 110010 | 10110 | 1010 | 101110 | 111010 |
Color Harmonies of #C67363
Complementary color
Monochromatic Colors of #C67363
Black with #C67363
Text Example
Text Example
White with #C67363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67363; }
p { color: rgb(198,115,99); }
H1.HeaderClassName
{
color: #C67363;
}
.AnyTagClassName
{
color: #C67363;
}
</style>
background-color css
<style>
a { background-color: #C67363; }
a { background-color: rgb(198,115,99); }
div.DivClassName
{
background-color: #C67363;
}
.BgClassName
{
background-color: #C67363;
}
</style>
border-color css
<style>
span { border-color: #C67363; }
span { border-color: rgb(198,115,99); }
td.TdClassName
{
border-color: #C67363;
}
.TagClassName
{
border-color: #C67363;
}
</style>