Shades of Contessa #CB6E67
Tints of Contessa #CB6E67
RGB
CMYK
RGB Variations
Color information
#CB6E67 (or 0xCB6E67) is known color: Contessa. HEX triplet: CB, 6E and 67. RGB value is (203,110,103). Sum of RGB (Red+Green+Blue) = 203+110+103=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E67 is #349198. Grayscale: #898989. Windows color (decimal): -3445145 or 6778571. OLE color: 6778571.
HSL color Cylindrical-coordinate representation of color #CB6E67: hue angle of 4.2º 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 #CB6E67 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 103 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.20 |
| HSL | 4.2º | 0.49% | 0.6% | - |
| HSV(B) | 4.2º | 0.49% | 0.8% | - |
| XYZ | 32.65 | 24.83 | 15.9 | - |
| YUV | 137.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 103 | 0 | 0.46 | 0.49 | 0.20 | 4.2 | 0.49 | 0.6 |
| Hex | CB | 6E | 67 | 0 | 2E | 31 | 14 | 4 | 31 | 3C |
| Octal | 313 | 156 | 147 | 0 | 56 | 61 | 24 | 4 | 61 | 74 |
| Binary | 11001011 | 1101110 | 1100111 | 0 | 101110 | 110001 | 10100 | 100 | 110001 | 111100 |
Color Harmonies of #CB6E67
Complementary color
Monochromatic Colors of #CB6E67
Black with #CB6E67
Text Example
Text Example
White with #CB6E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E67; }
p { color: rgb(203,110,103); }
H1.HeaderClassName
{
color: #CB6E67;
}
.AnyTagClassName
{
color: #CB6E67;
}
</style>
background-color css
<style>
a { background-color: #CB6E67; }
a { background-color: rgb(203,110,103); }
div.DivClassName
{
background-color: #CB6E67;
}
.BgClassName
{
background-color: #CB6E67;
}
</style>
border-color css
<style>
span { border-color: #CB6E67; }
span { border-color: rgb(203,110,103); }
td.TdClassName
{
border-color: #CB6E67;
}
.TagClassName
{
border-color: #CB6E67;
}
</style>