Shades of Contessa #CB7168
Tints of Contessa #CB7168
RGB
CMYK
RGB Variations
Color information
#CB7168 (or 0xCB7168) is known color: Contessa. HEX triplet: CB, 71 and 68. RGB value is (203,113,104). Sum of RGB (Red+Green+Blue) = 203+113+104=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7168 is #348E97. Grayscale: #8B8B8B. Windows color (decimal): -3444376 or 6844875. OLE color: 6844875.
HSL color Cylindrical-coordinate representation of color #CB7168: hue angle of 5.45º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7168 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 104 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.20 |
| HSL | 5.45º | 0.49% | 0.6% | - |
| HSV(B) | 5.45º | 0.49% | 0.8% | - |
| XYZ | 33.03 | 25.51 | 16.28 | - |
| YUV | 138.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 104 | 0 | 0.44 | 0.49 | 0.20 | 5.45 | 0.49 | 0.6 |
| Hex | CB | 71 | 68 | 0 | 2C | 31 | 14 | 5 | 31 | 3C |
| Octal | 313 | 161 | 150 | 0 | 54 | 61 | 24 | 5 | 61 | 74 |
| Binary | 11001011 | 1110001 | 1101000 | 0 | 101100 | 110001 | 10100 | 101 | 110001 | 111100 |
Color Harmonies of #CB7168
Complementary color
Monochromatic Colors of #CB7168
Black with #CB7168
Text Example
Text Example
White with #CB7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7168; }
p { color: rgb(203,113,104); }
H1.HeaderClassName
{
color: #CB7168;
}
.AnyTagClassName
{
color: #CB7168;
}
</style>
background-color css
<style>
a { background-color: #CB7168; }
a { background-color: rgb(203,113,104); }
div.DivClassName
{
background-color: #CB7168;
}
.BgClassName
{
background-color: #CB7168;
}
</style>
border-color css
<style>
span { border-color: #CB7168; }
span { border-color: rgb(203,113,104); }
td.TdClassName
{
border-color: #CB7168;
}
.TagClassName
{
border-color: #CB7168;
}
</style>