Shades of Contessa #CB6D65
Tints of Contessa #CB6D65
RGB
CMYK
RGB Variations
Color information
#CB6D65 (or 0xCB6D65) is known color: Contessa. HEX triplet: CB, 6D and 65. RGB value is (203,109,101). Sum of RGB (Red+Green+Blue) = 203+109+101=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D65 is #34929A. Grayscale: #888888. Windows color (decimal): -3445403 or 6647243. OLE color: 6647243.
HSL color Cylindrical-coordinate representation of color #CB6D65: hue angle of 4.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6D65 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 101 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.20 |
| HSL | 4.71º | 0.5% | 0.6% | - |
| HSV(B) | 4.71º | 0.5% | 0.8% | - |
| XYZ | 32.45 | 24.57 | 15.34 | - |
| YUV | 136.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 101 | 0 | 0.46 | 0.50 | 0.20 | 4.71 | 0.5 | 0.6 |
| Hex | CB | 6D | 65 | 0 | 2E | 32 | 14 | 5 | 32 | 3C |
| Octal | 313 | 155 | 145 | 0 | 56 | 62 | 24 | 5 | 62 | 74 |
| Binary | 11001011 | 1101101 | 1100101 | 0 | 101110 | 110010 | 10100 | 101 | 110010 | 111100 |
Color Harmonies of #CB6D65
Complementary color
Monochromatic Colors of #CB6D65
Black with #CB6D65
Text Example
Text Example
White with #CB6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D65; }
p { color: rgb(203,109,101); }
H1.HeaderClassName
{
color: #CB6D65;
}
.AnyTagClassName
{
color: #CB6D65;
}
</style>
background-color css
<style>
a { background-color: #CB6D65; }
a { background-color: rgb(203,109,101); }
div.DivClassName
{
background-color: #CB6D65;
}
.BgClassName
{
background-color: #CB6D65;
}
</style>
border-color css
<style>
span { border-color: #CB6D65; }
span { border-color: rgb(203,109,101); }
td.TdClassName
{
border-color: #CB6D65;
}
.TagClassName
{
border-color: #CB6D65;
}
</style>