Shades of Cabaret #CD4C63
Tints of Cabaret #CD4C63
RGB
CMYK
RGB Variations
Color information
#CD4C63 (or 0xCD4C63) is known color: Cabaret. HEX triplet: CD, 4C and 63. RGB value is (205,76,99). Sum of RGB (Red+Green+Blue) = 205+76+99=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C63 is #32B39C. Grayscale: #757575. Windows color (decimal): -3322781 or 6507725. OLE color: 6507725.
HSL color Cylindrical-coordinate representation of color #CD4C63: hue angle of 349.3º 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 #CD4C63 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 99 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.20 |
| HSL | 349.3º | 0.56% | 0.55% | - |
| HSV(B) | 349.3º | 0.63% | 0.8% | - |
| XYZ | 30.01 | 19.05 | 13.9 | - |
| YUV | 117.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 99 | 0 | 0.63 | 0.52 | 0.20 | 349.3 | 0.56 | 0.55 |
| Hex | CD | 4C | 63 | 0 | 3F | 34 | 14 | 15D | 38 | 37 |
| Octal | 315 | 114 | 143 | 0 | 77 | 64 | 24 | 535 | 70 | 67 |
| Binary | 11001101 | 1001100 | 1100011 | 0 | 111111 | 110100 | 10100 | 101011101 | 111000 | 110111 |
Color Harmonies of #CD4C63
Complementary color
Monochromatic Colors of #CD4C63
Black with #CD4C63
Text Example
Text Example
White with #CD4C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C63; }
p { color: rgb(205,76,99); }
H1.HeaderClassName
{
color: #CD4C63;
}
.AnyTagClassName
{
color: #CD4C63;
}
</style>
background-color css
<style>
a { background-color: #CD4C63; }
a { background-color: rgb(205,76,99); }
div.DivClassName
{
background-color: #CD4C63;
}
.BgClassName
{
background-color: #CD4C63;
}
</style>
border-color css
<style>
span { border-color: #CD4C63; }
span { border-color: rgb(205,76,99); }
td.TdClassName
{
border-color: #CD4C63;
}
.TagClassName
{
border-color: #CD4C63;
}
</style>