Shades of Contessa #C97265
Tints of Contessa #C97265
RGB
CMYK
RGB Variations
Color information
#C97265 (or 0xC97265) is known color: Contessa. HEX triplet: C9, 72 and 65. RGB value is (201,114,101). Sum of RGB (Red+Green+Blue) = 201+114+101=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C97265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97265 is #368D9A. Grayscale: #8A8A8A. Windows color (decimal): -3575195 or 6648521. OLE color: 6648521.
HSL color Cylindrical-coordinate representation of color #C97265: hue angle of 7.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97265 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 101 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.21 |
| HSL | 7.8º | 0.48% | 0.59% | - |
| HSV(B) | 7.8º | 0.5% | 0.79% | - |
| XYZ | 32.45 | 25.39 | 15.5 | - |
| YUV | 138.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 101 | 0 | 0.43 | 0.50 | 0.21 | 7.8 | 0.48 | 0.59 |
| Hex | C9 | 72 | 65 | 0 | 2B | 32 | 15 | 8 | 30 | 3B |
| Octal | 311 | 162 | 145 | 0 | 53 | 62 | 25 | 10 | 60 | 73 |
| Binary | 11001001 | 1110010 | 1100101 | 0 | 101011 | 110010 | 10101 | 1000 | 110000 | 111011 |
Color Harmonies of #C97265
Complementary color
Monochromatic Colors of #C97265
Black with #C97265
Text Example
Text Example
White with #C97265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97265; }
p { color: rgb(201,114,101); }
H1.HeaderClassName
{
color: #C97265;
}
.AnyTagClassName
{
color: #C97265;
}
</style>
background-color css
<style>
a { background-color: #C97265; }
a { background-color: rgb(201,114,101); }
div.DivClassName
{
background-color: #C97265;
}
.BgClassName
{
background-color: #C97265;
}
</style>
border-color css
<style>
span { border-color: #C97265; }
span { border-color: rgb(201,114,101); }
td.TdClassName
{
border-color: #C97265;
}
.TagClassName
{
border-color: #C97265;
}
</style>