Shades of Contessa #CD6963
Tints of Contessa #CD6963
RGB
CMYK
RGB Variations
Color information
#CD6963 (or 0xCD6963) is known color: Contessa. HEX triplet: CD, 69 and 63. RGB value is (205,105,99). Sum of RGB (Red+Green+Blue) = 205+105+99=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6963 is #32969C. Grayscale: #868686. Windows color (decimal): -3315357 or 6515149. OLE color: 6515149.
HSL color Cylindrical-coordinate representation of color #CD6963: hue angle of 3.4º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6963 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 105 | 99 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.20 |
| HSL | 3.4º | 0.51% | 0.6% | - |
| HSV(B) | 3.4º | 0.52% | 0.8% | - |
| XYZ | 32.48 | 23.98 | 14.72 | - |
| YUV | 134.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 105 | 99 | 0 | 0.49 | 0.52 | 0.20 | 3.4 | 0.51 | 0.6 |
| Hex | CD | 69 | 63 | 0 | 31 | 34 | 14 | 3 | 33 | 3C |
| Octal | 315 | 151 | 143 | 0 | 61 | 64 | 24 | 3 | 63 | 74 |
| Binary | 11001101 | 1101001 | 1100011 | 0 | 110001 | 110100 | 10100 | 11 | 110011 | 111100 |
Color Harmonies of #CD6963
Complementary color
Monochromatic Colors of #CD6963
Black with #CD6963
Text Example
Text Example
White with #CD6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6963; }
p { color: rgb(205,105,99); }
H1.HeaderClassName
{
color: #CD6963;
}
.AnyTagClassName
{
color: #CD6963;
}
</style>
background-color css
<style>
a { background-color: #CD6963; }
a { background-color: rgb(205,105,99); }
div.DivClassName
{
background-color: #CD6963;
}
.BgClassName
{
background-color: #CD6963;
}
</style>
border-color css
<style>
span { border-color: #CD6963; }
span { border-color: rgb(205,105,99); }
td.TdClassName
{
border-color: #CD6963;
}
.TagClassName
{
border-color: #CD6963;
}
</style>