Shades of Contessa #CB7365
Tints of Contessa #CB7365
RGB
CMYK
RGB Variations
Color information
#CB7365 (or 0xCB7365) is known color: Contessa. HEX triplet: CB, 73 and 65. RGB value is (203,115,101). Sum of RGB (Red+Green+Blue) = 203+115+101=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7365 is #348C9A. Grayscale: #8B8B8B. Windows color (decimal): -3443867 or 6648779. OLE color: 6648779.
HSL color Cylindrical-coordinate representation of color #CB7365: hue angle of 8.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7365 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 101 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.20 |
| HSL | 8.24º | 0.5% | 0.6% | - |
| HSV(B) | 8.24º | 0.5% | 0.8% | - |
| XYZ | 33.11 | 25.9 | 15.57 | - |
| YUV | 139.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 101 | 0 | 0.43 | 0.50 | 0.20 | 8.24 | 0.5 | 0.6 |
| Hex | CB | 73 | 65 | 0 | 2B | 32 | 14 | 8 | 32 | 3C |
| Octal | 313 | 163 | 145 | 0 | 53 | 62 | 24 | 10 | 62 | 74 |
| Binary | 11001011 | 1110011 | 1100101 | 0 | 101011 | 110010 | 10100 | 1000 | 110010 | 111100 |
Color Harmonies of #CB7365
Complementary color
Monochromatic Colors of #CB7365
Black with #CB7365
Text Example
Text Example
White with #CB7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7365; }
p { color: rgb(203,115,101); }
H1.HeaderClassName
{
color: #CB7365;
}
.AnyTagClassName
{
color: #CB7365;
}
</style>
background-color css
<style>
a { background-color: #CB7365; }
a { background-color: rgb(203,115,101); }
div.DivClassName
{
background-color: #CB7365;
}
.BgClassName
{
background-color: #CB7365;
}
</style>
border-color css
<style>
span { border-color: #CB7365; }
span { border-color: rgb(203,115,101); }
td.TdClassName
{
border-color: #CB7365;
}
.TagClassName
{
border-color: #CB7365;
}
</style>