Shades of Contessa #C97467
Tints of Contessa #C97467
RGB
CMYK
RGB Variations
Color information
#C97467 (or 0xC97467) is known color: Contessa. HEX triplet: C9, 74 and 67. RGB value is (201,116,103). Sum of RGB (Red+Green+Blue) = 201+116+103=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C97467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97467 is #368B98. Grayscale: #8C8C8C. Windows color (decimal): -3574681 or 6780105. OLE color: 6780105.
HSL color Cylindrical-coordinate representation of color #C97467: hue angle of 7.96º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C97467 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 103 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.21 |
| HSL | 7.96º | 0.48% | 0.6% | - |
| HSV(B) | 7.96º | 0.49% | 0.79% | - |
| XYZ | 32.78 | 25.89 | 16.1 | - |
| YUV | 139.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 103 | 0 | 0.42 | 0.49 | 0.21 | 7.96 | 0.48 | 0.6 |
| Hex | C9 | 74 | 67 | 0 | 2A | 31 | 15 | 8 | 30 | 3C |
| Octal | 311 | 164 | 147 | 0 | 52 | 61 | 25 | 10 | 60 | 74 |
| Binary | 11001001 | 1110100 | 1100111 | 0 | 101010 | 110001 | 10101 | 1000 | 110000 | 111100 |
Color Harmonies of #C97467
Complementary color
Monochromatic Colors of #C97467
Black with #C97467
Text Example
Text Example
White with #C97467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97467; }
p { color: rgb(201,116,103); }
H1.HeaderClassName
{
color: #C97467;
}
.AnyTagClassName
{
color: #C97467;
}
</style>
background-color css
<style>
a { background-color: #C97467; }
a { background-color: rgb(201,116,103); }
div.DivClassName
{
background-color: #C97467;
}
.BgClassName
{
background-color: #C97467;
}
</style>
border-color css
<style>
span { border-color: #C97467; }
span { border-color: rgb(201,116,103); }
td.TdClassName
{
border-color: #C97467;
}
.TagClassName
{
border-color: #C97467;
}
</style>