Shades of Contessa #CB7265
Tints of Contessa #CB7265
RGB
CMYK
RGB Variations
Color information
#CB7265 (or 0xCB7265) is known color: Contessa. HEX triplet: CB, 72 and 65. RGB value is (203,114,101). Sum of RGB (Red+Green+Blue) = 203+114+101=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7265 is #348D9A. Grayscale: #8B8B8B. Windows color (decimal): -3444123 or 6648523. OLE color: 6648523.
HSL color Cylindrical-coordinate representation of color #CB7265: hue angle of 7.65º 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 #CB7265 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 101 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.20 |
| HSL | 7.65º | 0.5% | 0.6% | - |
| HSV(B) | 7.65º | 0.5% | 0.8% | - |
| XYZ | 32.99 | 25.67 | 15.53 | - |
| YUV | 139.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 101 | 0 | 0.44 | 0.50 | 0.20 | 7.65 | 0.5 | 0.6 |
| Hex | CB | 72 | 65 | 0 | 2C | 32 | 14 | 8 | 32 | 3C |
| Octal | 313 | 162 | 145 | 0 | 54 | 62 | 24 | 10 | 62 | 74 |
| Binary | 11001011 | 1110010 | 1100101 | 0 | 101100 | 110010 | 10100 | 1000 | 110010 | 111100 |
Color Harmonies of #CB7265
Complementary color
Monochromatic Colors of #CB7265
Black with #CB7265
Text Example
Text Example
White with #CB7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7265; }
p { color: rgb(203,114,101); }
H1.HeaderClassName
{
color: #CB7265;
}
.AnyTagClassName
{
color: #CB7265;
}
</style>
background-color css
<style>
a { background-color: #CB7265; }
a { background-color: rgb(203,114,101); }
div.DivClassName
{
background-color: #CB7265;
}
.BgClassName
{
background-color: #CB7265;
}
</style>
border-color css
<style>
span { border-color: #CB7265; }
span { border-color: rgb(203,114,101); }
td.TdClassName
{
border-color: #CB7265;
}
.TagClassName
{
border-color: #CB7265;
}
</style>