Shades of Cabaret #CD476C
Tints of Cabaret #CD476C
RGB
CMYK
RGB Variations
Color information
#CD476C (or 0xCD476C) is known color: Cabaret. HEX triplet: CD, 47 and 6C. RGB value is (205,71,108). Sum of RGB (Red+Green+Blue) = 205+71+108=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD476C is #32B893. Grayscale: #737373. Windows color (decimal): -3324052 or 7096269. OLE color: 7096269.
HSL color Cylindrical-coordinate representation of color #CD476C: hue angle of 343.43º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD476C is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 71 | 108 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.20 |
| HSL | 343.43º | 0.57% | 0.54% | - |
| HSV(B) | 343.43º | 0.65% | 0.8% | - |
| XYZ | 30.14 | 18.57 | 16.18 | - |
| YUV | 115.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 108 | 0 | 0.65 | 0.47 | 0.20 | 343.43 | 0.57 | 0.54 |
| Hex | CD | 47 | 6C | 0 | 41 | 2F | 14 | 157 | 39 | 36 |
| Octal | 315 | 107 | 154 | 0 | 101 | 57 | 24 | 527 | 71 | 66 |
| Binary | 11001101 | 1000111 | 1101100 | 0 | 1000001 | 101111 | 10100 | 101010111 | 111001 | 110110 |
Color Harmonies of #CD476C
Complementary color
Monochromatic Colors of #CD476C
Black with #CD476C
Text Example
Text Example
White with #CD476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD476C; }
p { color: rgb(205,71,108); }
H1.HeaderClassName
{
color: #CD476C;
}
.AnyTagClassName
{
color: #CD476C;
}
</style>
background-color css
<style>
a { background-color: #CD476C; }
a { background-color: rgb(205,71,108); }
div.DivClassName
{
background-color: #CD476C;
}
.BgClassName
{
background-color: #CD476C;
}
</style>
border-color css
<style>
span { border-color: #CD476C; }
span { border-color: rgb(205,71,108); }
td.TdClassName
{
border-color: #CD476C;
}
.TagClassName
{
border-color: #CD476C;
}
</style>