Shades of Cabaret #CD4D64
Tints of Cabaret #CD4D64
RGB
CMYK
RGB Variations
Color information
#CD4D64 (or 0xCD4D64) is known color: Cabaret. HEX triplet: CD, 4D and 64. RGB value is (205,77,100). Sum of RGB (Red+Green+Blue) = 205+77+100=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D64 is #32B29B. Grayscale: #757575. Windows color (decimal): -3322524 or 6573517. OLE color: 6573517.
HSL color Cylindrical-coordinate representation of color #CD4D64: hue angle of 349.22º 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 #CD4D64 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 100 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.20 |
| HSL | 349.22º | 0.56% | 0.55% | - |
| HSV(B) | 349.22º | 0.62% | 0.8% | - |
| XYZ | 30.13 | 19.21 | 14.18 | - |
| YUV | 117.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 100 | 0 | 0.62 | 0.51 | 0.20 | 349.22 | 0.56 | 0.55 |
| Hex | CD | 4D | 64 | 0 | 3E | 33 | 14 | 15D | 38 | 37 |
| Octal | 315 | 115 | 144 | 0 | 76 | 63 | 24 | 535 | 70 | 67 |
| Binary | 11001101 | 1001101 | 1100100 | 0 | 111110 | 110011 | 10100 | 101011101 | 111000 | 110111 |
Color Harmonies of #CD4D64
Complementary color
Monochromatic Colors of #CD4D64
Black with #CD4D64
Text Example
Text Example
White with #CD4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D64; }
p { color: rgb(205,77,100); }
H1.HeaderClassName
{
color: #CD4D64;
}
.AnyTagClassName
{
color: #CD4D64;
}
</style>
background-color css
<style>
a { background-color: #CD4D64; }
a { background-color: rgb(205,77,100); }
div.DivClassName
{
background-color: #CD4D64;
}
.BgClassName
{
background-color: #CD4D64;
}
</style>
border-color css
<style>
span { border-color: #CD4D64; }
span { border-color: rgb(205,77,100); }
td.TdClassName
{
border-color: #CD4D64;
}
.TagClassName
{
border-color: #CD4D64;
}
</style>