Shades of Contessa #CB7065
Tints of Contessa #CB7065
RGB
CMYK
RGB Variations
Color information
#CB7065 (or 0xCB7065) is known color: Contessa. HEX triplet: CB, 70 and 65. RGB value is (203,112,101). Sum of RGB (Red+Green+Blue) = 203+112+101=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7065 is #348F9A. Grayscale: #8A8A8A. Windows color (decimal): -3444635 or 6648011. OLE color: 6648011.
HSL color Cylindrical-coordinate representation of color #CB7065: hue angle of 6.47º 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 #CB7065 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 101 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.20 |
| HSL | 6.47º | 0.5% | 0.6% | - |
| HSV(B) | 6.47º | 0.5% | 0.8% | - |
| XYZ | 32.77 | 25.22 | 15.45 | - |
| YUV | 137.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 101 | 0 | 0.45 | 0.50 | 0.20 | 6.47 | 0.5 | 0.6 |
| Hex | CB | 70 | 65 | 0 | 2D | 32 | 14 | 6 | 32 | 3C |
| Octal | 313 | 160 | 145 | 0 | 55 | 62 | 24 | 6 | 62 | 74 |
| Binary | 11001011 | 1110000 | 1100101 | 0 | 101101 | 110010 | 10100 | 110 | 110010 | 111100 |
Color Harmonies of #CB7065
Complementary color
Monochromatic Colors of #CB7065
Black with #CB7065
Text Example
Text Example
White with #CB7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7065; }
p { color: rgb(203,112,101); }
H1.HeaderClassName
{
color: #CB7065;
}
.AnyTagClassName
{
color: #CB7065;
}
</style>
background-color css
<style>
a { background-color: #CB7065; }
a { background-color: rgb(203,112,101); }
div.DivClassName
{
background-color: #CB7065;
}
.BgClassName
{
background-color: #CB7065;
}
</style>
border-color css
<style>
span { border-color: #CB7065; }
span { border-color: rgb(203,112,101); }
td.TdClassName
{
border-color: #CB7065;
}
.TagClassName
{
border-color: #CB7065;
}
</style>