Shades of Contessa #CB7165
Tints of Contessa #CB7165
RGB
CMYK
RGB Variations
Color information
#CB7165 (or 0xCB7165) is known color: Contessa. HEX triplet: CB, 71 and 65. RGB value is (203,113,101). Sum of RGB (Red+Green+Blue) = 203+113+101=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7165 is #348E9A. Grayscale: #8A8A8A. Windows color (decimal): -3444379 or 6648267. OLE color: 6648267.
HSL color Cylindrical-coordinate representation of color #CB7165: hue angle of 7.06º 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 #CB7165 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 101 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.20 |
| HSL | 7.06º | 0.5% | 0.6% | - |
| HSV(B) | 7.06º | 0.5% | 0.8% | - |
| XYZ | 32.88 | 25.45 | 15.49 | - |
| YUV | 138.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 101 | 0 | 0.44 | 0.50 | 0.20 | 7.06 | 0.5 | 0.6 |
| Hex | CB | 71 | 65 | 0 | 2C | 32 | 14 | 7 | 32 | 3C |
| Octal | 313 | 161 | 145 | 0 | 54 | 62 | 24 | 7 | 62 | 74 |
| Binary | 11001011 | 1110001 | 1100101 | 0 | 101100 | 110010 | 10100 | 111 | 110010 | 111100 |
Color Harmonies of #CB7165
Complementary color
Monochromatic Colors of #CB7165
Black with #CB7165
Text Example
Text Example
White with #CB7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7165; }
p { color: rgb(203,113,101); }
H1.HeaderClassName
{
color: #CB7165;
}
.AnyTagClassName
{
color: #CB7165;
}
</style>
background-color css
<style>
a { background-color: #CB7165; }
a { background-color: rgb(203,113,101); }
div.DivClassName
{
background-color: #CB7165;
}
.BgClassName
{
background-color: #CB7165;
}
</style>
border-color css
<style>
span { border-color: #CB7165; }
span { border-color: rgb(203,113,101); }
td.TdClassName
{
border-color: #CB7165;
}
.TagClassName
{
border-color: #CB7165;
}
</style>