Shades of Cabaret #CD4A70
Tints of Cabaret #CD4A70
RGB
CMYK
RGB Variations
Color information
#CD4A70 (or 0xCD4A70) is known color: Cabaret. HEX triplet: CD, 4A and 70. RGB value is (205,74,112). Sum of RGB (Red+Green+Blue) = 205+74+112=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A70 is #32B58F. Grayscale: #757575. Windows color (decimal): -3323280 or 7359181. OLE color: 7359181.
HSL color Cylindrical-coordinate representation of color #CD4A70: hue angle of 342.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4A70 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 112 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.20 |
| HSL | 342.6º | 0.57% | 0.55% | - |
| HSV(B) | 342.6º | 0.64% | 0.8% | - |
| XYZ | 30.55 | 19.05 | 17.4 | - |
| YUV | 117.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 112 | 0 | 0.64 | 0.45 | 0.20 | 342.6 | 0.57 | 0.55 |
| Hex | CD | 4A | 70 | 0 | 40 | 2D | 14 | 157 | 39 | 37 |
| Octal | 315 | 112 | 160 | 0 | 100 | 55 | 24 | 527 | 71 | 67 |
| Binary | 11001101 | 1001010 | 1110000 | 0 | 1000000 | 101101 | 10100 | 101010111 | 111001 | 110111 |
Color Harmonies of #CD4A70
Complementary color
Monochromatic Colors of #CD4A70
Black with #CD4A70
Text Example
Text Example
White with #CD4A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A70; }
p { color: rgb(205,74,112); }
H1.HeaderClassName
{
color: #CD4A70;
}
.AnyTagClassName
{
color: #CD4A70;
}
</style>
background-color css
<style>
a { background-color: #CD4A70; }
a { background-color: rgb(205,74,112); }
div.DivClassName
{
background-color: #CD4A70;
}
.BgClassName
{
background-color: #CD4A70;
}
</style>
border-color css
<style>
span { border-color: #CD4A70; }
span { border-color: rgb(205,74,112); }
td.TdClassName
{
border-color: #CD4A70;
}
.TagClassName
{
border-color: #CD4A70;
}
</style>