Shades of Cabaret #CD4C64
Tints of Cabaret #CD4C64
RGB
CMYK
RGB Variations
Color information
#CD4C64 (or 0xCD4C64) is known color: Cabaret. HEX triplet: CD, 4C and 64. RGB value is (205,76,100). Sum of RGB (Red+Green+Blue) = 205+76+100=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C64 is #32B39B. Grayscale: #757575. Windows color (decimal): -3322780 or 6573261. OLE color: 6573261.
HSL color Cylindrical-coordinate representation of color #CD4C64: hue angle of 348.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4C64 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 100 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.20 |
| HSL | 348.84º | 0.56% | 0.55% | - |
| HSV(B) | 348.84º | 0.63% | 0.8% | - |
| XYZ | 30.06 | 19.07 | 14.15 | - |
| YUV | 117.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 100 | 0 | 0.63 | 0.51 | 0.20 | 348.84 | 0.56 | 0.55 |
| Hex | CD | 4C | 64 | 0 | 3F | 33 | 14 | 15D | 38 | 37 |
| Octal | 315 | 114 | 144 | 0 | 77 | 63 | 24 | 535 | 70 | 67 |
| Binary | 11001101 | 1001100 | 1100100 | 0 | 111111 | 110011 | 10100 | 101011101 | 111000 | 110111 |
Color Harmonies of #CD4C64
Complementary color
Monochromatic Colors of #CD4C64
Black with #CD4C64
Text Example
Text Example
White with #CD4C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C64; }
p { color: rgb(205,76,100); }
H1.HeaderClassName
{
color: #CD4C64;
}
.AnyTagClassName
{
color: #CD4C64;
}
</style>
background-color css
<style>
a { background-color: #CD4C64; }
a { background-color: rgb(205,76,100); }
div.DivClassName
{
background-color: #CD4C64;
}
.BgClassName
{
background-color: #CD4C64;
}
</style>
border-color css
<style>
span { border-color: #CD4C64; }
span { border-color: rgb(205,76,100); }
td.TdClassName
{
border-color: #CD4C64;
}
.TagClassName
{
border-color: #CD4C64;
}
</style>