Shades of Cabaret #CD446C
Tints of Cabaret #CD446C
RGB
CMYK
RGB Variations
Color information
#CD446C (or 0xCD446C) is known color: Cabaret. HEX triplet: CD, 44 and 6C. RGB value is (205,68,108). Sum of RGB (Red+Green+Blue) = 205+68+108=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD446C is #32BB93. Grayscale: #717171. Windows color (decimal): -3324820 or 7095501. OLE color: 7095501.
HSL color Cylindrical-coordinate representation of color #CD446C: hue angle of 342.48º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD446C is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 108 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.20 |
| HSL | 342.48º | 0.58% | 0.54% | - |
| HSV(B) | 342.48º | 0.67% | 0.8% | - |
| XYZ | 29.95 | 18.2 | 16.12 | - |
| YUV | 113.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 108 | 0 | 0.67 | 0.47 | 0.20 | 342.48 | 0.58 | 0.54 |
| Hex | CD | 44 | 6C | 0 | 43 | 2F | 14 | 156 | 3A | 36 |
| Octal | 315 | 104 | 154 | 0 | 103 | 57 | 24 | 526 | 72 | 66 |
| Binary | 11001101 | 1000100 | 1101100 | 0 | 1000011 | 101111 | 10100 | 101010110 | 111010 | 110110 |
Color Harmonies of #CD446C
Complementary color
Monochromatic Colors of #CD446C
Black with #CD446C
Text Example
Text Example
White with #CD446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD446C; }
p { color: rgb(205,68,108); }
H1.HeaderClassName
{
color: #CD446C;
}
.AnyTagClassName
{
color: #CD446C;
}
</style>
background-color css
<style>
a { background-color: #CD446C; }
a { background-color: rgb(205,68,108); }
div.DivClassName
{
background-color: #CD446C;
}
.BgClassName
{
background-color: #CD446C;
}
</style>
border-color css
<style>
span { border-color: #CD446C; }
span { border-color: rgb(205,68,108); }
td.TdClassName
{
border-color: #CD446C;
}
.TagClassName
{
border-color: #CD446C;
}
</style>