Shades of Cabaret #CD4566
Tints of Cabaret #CD4566
RGB
CMYK
RGB Variations
Color information
#CD4566 (or 0xCD4566) is known color: Cabaret. HEX triplet: CD, 45 and 66. RGB value is (205,69,102). Sum of RGB (Red+Green+Blue) = 205+69+102=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4566 is #32BA99. Grayscale: #717171. Windows color (decimal): -3324570 or 6702541. OLE color: 6702541.
HSL color Cylindrical-coordinate representation of color #CD4566: hue angle of 345.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4566 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 69 | 102 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.20 |
| HSL | 345.44º | 0.58% | 0.54% | - |
| HSV(B) | 345.44º | 0.66% | 0.8% | - |
| XYZ | 29.7 | 18.19 | 14.52 | - |
| YUV | 113.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 102 | 0 | 0.66 | 0.50 | 0.20 | 345.44 | 0.58 | 0.54 |
| Hex | CD | 45 | 66 | 0 | 42 | 32 | 14 | 159 | 3A | 36 |
| Octal | 315 | 105 | 146 | 0 | 102 | 62 | 24 | 531 | 72 | 66 |
| Binary | 11001101 | 1000101 | 1100110 | 0 | 1000010 | 110010 | 10100 | 101011001 | 111010 | 110110 |
Color Harmonies of #CD4566
Complementary color
Monochromatic Colors of #CD4566
Black with #CD4566
Text Example
Text Example
White with #CD4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4566; }
p { color: rgb(205,69,102); }
H1.HeaderClassName
{
color: #CD4566;
}
.AnyTagClassName
{
color: #CD4566;
}
</style>
background-color css
<style>
a { background-color: #CD4566; }
a { background-color: rgb(205,69,102); }
div.DivClassName
{
background-color: #CD4566;
}
.BgClassName
{
background-color: #CD4566;
}
</style>
border-color css
<style>
span { border-color: #CD4566; }
span { border-color: rgb(205,69,102); }
td.TdClassName
{
border-color: #CD4566;
}
.TagClassName
{
border-color: #CD4566;
}
</style>