Shades of Cabaret #CD3F70
Tints of Cabaret #CD3F70
RGB
CMYK
RGB Variations
Color information
#CD3F70 (or 0xCD3F70) is known color: Cabaret. HEX triplet: CD, 3F and 70. RGB value is (205,63,112). Sum of RGB (Red+Green+Blue) = 205+63+112=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3F70 is #32C08F. Grayscale: #6E6E6E. Windows color (decimal): -3326096 or 7356365. OLE color: 7356365.
HSL color Cylindrical-coordinate representation of color #CD3F70: hue angle of 339.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD3F70 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 63 | 112 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.20 |
| HSL | 339.3º | 0.59% | 0.53% | - |
| HSV(B) | 339.3º | 0.69% | 0.8% | - |
| XYZ | 29.88 | 17.7 | 17.17 | - |
| YUV | 111.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 63 | 112 | 0 | 0.69 | 0.45 | 0.20 | 339.3 | 0.59 | 0.53 |
| Hex | CD | 3F | 70 | 0 | 45 | 2D | 14 | 153 | 3B | 35 |
| Octal | 315 | 77 | 160 | 0 | 105 | 55 | 24 | 523 | 73 | 65 |
| Binary | 11001101 | 111111 | 1110000 | 0 | 1000101 | 101101 | 10100 | 101010011 | 111011 | 110101 |
Color Harmonies of #CD3F70
Complementary color
Monochromatic Colors of #CD3F70
Black with #CD3F70
Text Example
Text Example
White with #CD3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3F70; }
p { color: rgb(205,63,112); }
H1.HeaderClassName
{
color: #CD3F70;
}
.AnyTagClassName
{
color: #CD3F70;
}
</style>
background-color css
<style>
a { background-color: #CD3F70; }
a { background-color: rgb(205,63,112); }
div.DivClassName
{
background-color: #CD3F70;
}
.BgClassName
{
background-color: #CD3F70;
}
</style>
border-color css
<style>
span { border-color: #CD3F70; }
span { border-color: rgb(205,63,112); }
td.TdClassName
{
border-color: #CD3F70;
}
.TagClassName
{
border-color: #CD3F70;
}
</style>