Shades of Cabaret #CD4D73
Tints of Cabaret #CD4D73
RGB
CMYK
RGB Variations
Color information
#CD4D73 (or 0xCD4D73) is known color: Cabaret. HEX triplet: CD, 4D and 73. RGB value is (205,77,115). Sum of RGB (Red+Green+Blue) = 205+77+115=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D73 is #32B28C. Grayscale: #777777. Windows color (decimal): -3322509 or 7556557. OLE color: 7556557.
HSL color Cylindrical-coordinate representation of color #CD4D73: hue angle of 342.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D73 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 115 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.20 |
| HSL | 342.19º | 0.56% | 0.55% | - |
| HSV(B) | 342.19º | 0.62% | 0.8% | - |
| XYZ | 30.93 | 19.52 | 18.36 | - |
| YUV | 119.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 115 | 0 | 0.62 | 0.44 | 0.20 | 342.19 | 0.56 | 0.55 |
| Hex | CD | 4D | 73 | 0 | 3E | 2C | 14 | 156 | 38 | 37 |
| Octal | 315 | 115 | 163 | 0 | 76 | 54 | 24 | 526 | 70 | 67 |
| Binary | 11001101 | 1001101 | 1110011 | 0 | 111110 | 101100 | 10100 | 101010110 | 111000 | 110111 |
Color Harmonies of #CD4D73
Complementary color
Monochromatic Colors of #CD4D73
Black with #CD4D73
Text Example
Text Example
White with #CD4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D73; }
p { color: rgb(205,77,115); }
H1.HeaderClassName
{
color: #CD4D73;
}
.AnyTagClassName
{
color: #CD4D73;
}
</style>
background-color css
<style>
a { background-color: #CD4D73; }
a { background-color: rgb(205,77,115); }
div.DivClassName
{
background-color: #CD4D73;
}
.BgClassName
{
background-color: #CD4D73;
}
</style>
border-color css
<style>
span { border-color: #CD4D73; }
span { border-color: rgb(205,77,115); }
td.TdClassName
{
border-color: #CD4D73;
}
.TagClassName
{
border-color: #CD4D73;
}
</style>