Shades of Contessa #CB6C66
Tints of Contessa #CB6C66
RGB
CMYK
RGB Variations
Color information
#CB6C66 (or 0xCB6C66) is known color: Contessa. HEX triplet: CB, 6C and 66. RGB value is (203,108,102). Sum of RGB (Red+Green+Blue) = 203+108+102=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C66 is #349399. Grayscale: #878787. Windows color (decimal): -3445658 or 6712523. OLE color: 6712523.
HSL color Cylindrical-coordinate representation of color #CB6C66: hue angle of 3.56º degrees, saturation: 0.49, 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 #CB6C66 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 102 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.20 |
| HSL | 3.56º | 0.49% | 0.6% | - |
| HSV(B) | 3.56º | 0.5% | 0.8% | - |
| XYZ | 32.39 | 24.38 | 15.57 | - |
| YUV | 135.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 102 | 0 | 0.47 | 0.50 | 0.20 | 3.56 | 0.49 | 0.6 |
| Hex | CB | 6C | 66 | 0 | 2F | 32 | 14 | 4 | 31 | 3C |
| Octal | 313 | 154 | 146 | 0 | 57 | 62 | 24 | 4 | 61 | 74 |
| Binary | 11001011 | 1101100 | 1100110 | 0 | 101111 | 110010 | 10100 | 100 | 110001 | 111100 |
Color Harmonies of #CB6C66
Complementary color
Monochromatic Colors of #CB6C66
Black with #CB6C66
Text Example
Text Example
White with #CB6C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C66; }
p { color: rgb(203,108,102); }
H1.HeaderClassName
{
color: #CB6C66;
}
.AnyTagClassName
{
color: #CB6C66;
}
</style>
background-color css
<style>
a { background-color: #CB6C66; }
a { background-color: rgb(203,108,102); }
div.DivClassName
{
background-color: #CB6C66;
}
.BgClassName
{
background-color: #CB6C66;
}
</style>
border-color css
<style>
span { border-color: #CB6C66; }
span { border-color: rgb(203,108,102); }
td.TdClassName
{
border-color: #CB6C66;
}
.TagClassName
{
border-color: #CB6C66;
}
</style>