Shades of Contessa #CB6E6A
Tints of Contessa #CB6E6A
RGB
CMYK
RGB Variations
Color information
#CB6E6A (or 0xCB6E6A) is known color: Contessa. HEX triplet: CB, 6E and 6A. RGB value is (203,110,106). Sum of RGB (Red+Green+Blue) = 203+110+106=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E6A is #349195. Grayscale: #898989. Windows color (decimal): -3445142 or 6975179. OLE color: 6975179.
HSL color Cylindrical-coordinate representation of color #CB6E6A: hue angle of 2.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6E6A is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 106 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.20 |
| HSL | 2.47º | 0.48% | 0.61% | - |
| HSV(B) | 2.47º | 0.48% | 0.8% | - |
| XYZ | 32.81 | 24.89 | 16.71 | - |
| YUV | 137.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 106 | 0 | 0.46 | 0.48 | 0.20 | 2.47 | 0.48 | 0.61 |
| Hex | CB | 6E | 6A | 0 | 2E | 30 | 14 | 2 | 30 | 3D |
| Octal | 313 | 156 | 152 | 0 | 56 | 60 | 24 | 2 | 60 | 75 |
| Binary | 11001011 | 1101110 | 1101010 | 0 | 101110 | 110000 | 10100 | 10 | 110000 | 111101 |
Color Harmonies of #CB6E6A
Complementary color
Monochromatic Colors of #CB6E6A
Black with #CB6E6A
Text Example
Text Example
White with #CB6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E6A; }
p { color: rgb(203,110,106); }
H1.HeaderClassName
{
color: #CB6E6A;
}
.AnyTagClassName
{
color: #CB6E6A;
}
</style>
background-color css
<style>
a { background-color: #CB6E6A; }
a { background-color: rgb(203,110,106); }
div.DivClassName
{
background-color: #CB6E6A;
}
.BgClassName
{
background-color: #CB6E6A;
}
</style>
border-color css
<style>
span { border-color: #CB6E6A; }
span { border-color: rgb(203,110,106); }
td.TdClassName
{
border-color: #CB6E6A;
}
.TagClassName
{
border-color: #CB6E6A;
}
</style>