Shades of Cabaret #CD5370
Tints of Cabaret #CD5370
RGB
CMYK
RGB Variations
Color information
#CD5370 (or 0xCD5370) is known color: Cabaret. HEX triplet: CD, 53 and 70. RGB value is (205,83,112). Sum of RGB (Red+Green+Blue) = 205+83+112=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5370 is #32AC8F. Grayscale: #7A7A7A. Windows color (decimal): -3320976 or 7361485. OLE color: 7361485.
HSL color Cylindrical-coordinate representation of color #CD5370: hue angle of 345.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5370 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 112 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.20 |
| HSL | 345.74º | 0.55% | 0.56% | - |
| HSV(B) | 345.74º | 0.6% | 0.8% | - |
| XYZ | 31.19 | 20.34 | 17.61 | - |
| YUV | 122.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 112 | 0 | 0.60 | 0.45 | 0.20 | 345.74 | 0.55 | 0.56 |
| Hex | CD | 53 | 70 | 0 | 3C | 2D | 14 | 15A | 37 | 38 |
| Octal | 315 | 123 | 160 | 0 | 74 | 55 | 24 | 532 | 67 | 70 |
| Binary | 11001101 | 1010011 | 1110000 | 0 | 111100 | 101101 | 10100 | 101011010 | 110111 | 111000 |
Color Harmonies of #CD5370
Complementary color
Monochromatic Colors of #CD5370
Black with #CD5370
Text Example
Text Example
White with #CD5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5370; }
p { color: rgb(205,83,112); }
H1.HeaderClassName
{
color: #CD5370;
}
.AnyTagClassName
{
color: #CD5370;
}
</style>
background-color css
<style>
a { background-color: #CD5370; }
a { background-color: rgb(205,83,112); }
div.DivClassName
{
background-color: #CD5370;
}
.BgClassName
{
background-color: #CD5370;
}
</style>
border-color css
<style>
span { border-color: #CD5370; }
span { border-color: rgb(205,83,112); }
td.TdClassName
{
border-color: #CD5370;
}
.TagClassName
{
border-color: #CD5370;
}
</style>