Shades of Contessa #CB6E6B
Tints of Contessa #CB6E6B
RGB
CMYK
RGB Variations
Color information
#CB6E6B (or 0xCB6E6B) is known color: Contessa. HEX triplet: CB, 6E and 6B. RGB value is (203,110,107). Sum of RGB (Red+Green+Blue) = 203+110+107=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E6B is #349194. Grayscale: #898989. Windows color (decimal): -3445141 or 7040715. OLE color: 7040715.
HSL color Cylindrical-coordinate representation of color #CB6E6B: hue angle of 1.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6E6B is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 107 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.20 |
| HSL | 1.88º | 0.48% | 0.61% | - |
| HSV(B) | 1.88º | 0.47% | 0.8% | - |
| XYZ | 32.86 | 24.91 | 16.99 | - |
| YUV | 137.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 107 | 0 | 0.46 | 0.47 | 0.20 | 1.88 | 0.48 | 0.61 |
| Hex | CB | 6E | 6B | 0 | 2E | 2F | 14 | 2 | 30 | 3D |
| Octal | 313 | 156 | 153 | 0 | 56 | 57 | 24 | 2 | 60 | 75 |
| Binary | 11001011 | 1101110 | 1101011 | 0 | 101110 | 101111 | 10100 | 10 | 110000 | 111101 |
Color Harmonies of #CB6E6B
Complementary color
Monochromatic Colors of #CB6E6B
Black with #CB6E6B
Text Example
Text Example
White with #CB6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E6B; }
p { color: rgb(203,110,107); }
H1.HeaderClassName
{
color: #CB6E6B;
}
.AnyTagClassName
{
color: #CB6E6B;
}
</style>
background-color css
<style>
a { background-color: #CB6E6B; }
a { background-color: rgb(203,110,107); }
div.DivClassName
{
background-color: #CB6E6B;
}
.BgClassName
{
background-color: #CB6E6B;
}
</style>
border-color css
<style>
span { border-color: #CB6E6B; }
span { border-color: rgb(203,110,107); }
td.TdClassName
{
border-color: #CB6E6B;
}
.TagClassName
{
border-color: #CB6E6B;
}
</style>