Shades of Contessa #CB6E68
Tints of Contessa #CB6E68
RGB
CMYK
RGB Variations
Color information
#CB6E68 (or 0xCB6E68) is known color: Contessa. HEX triplet: CB, 6E and 68. RGB value is (203,110,104). Sum of RGB (Red+Green+Blue) = 203+110+104=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E68 is #349197. Grayscale: #898989. Windows color (decimal): -3445144 or 6844107. OLE color: 6844107.
HSL color Cylindrical-coordinate representation of color #CB6E68: hue angle of 3.64º 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 #CB6E68 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 104 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.20 |
| HSL | 3.64º | 0.49% | 0.6% | - |
| HSV(B) | 3.64º | 0.49% | 0.8% | - |
| XYZ | 32.7 | 24.85 | 16.17 | - |
| YUV | 137.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 104 | 0 | 0.46 | 0.49 | 0.20 | 3.64 | 0.49 | 0.6 |
| Hex | CB | 6E | 68 | 0 | 2E | 31 | 14 | 4 | 31 | 3C |
| Octal | 313 | 156 | 150 | 0 | 56 | 61 | 24 | 4 | 61 | 74 |
| Binary | 11001011 | 1101110 | 1101000 | 0 | 101110 | 110001 | 10100 | 100 | 110001 | 111100 |
Color Harmonies of #CB6E68
Complementary color
Monochromatic Colors of #CB6E68
Black with #CB6E68
Text Example
Text Example
White with #CB6E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E68; }
p { color: rgb(203,110,104); }
H1.HeaderClassName
{
color: #CB6E68;
}
.AnyTagClassName
{
color: #CB6E68;
}
</style>
background-color css
<style>
a { background-color: #CB6E68; }
a { background-color: rgb(203,110,104); }
div.DivClassName
{
background-color: #CB6E68;
}
.BgClassName
{
background-color: #CB6E68;
}
</style>
border-color css
<style>
span { border-color: #CB6E68; }
span { border-color: rgb(203,110,104); }
td.TdClassName
{
border-color: #CB6E68;
}
.TagClassName
{
border-color: #CB6E68;
}
</style>