Shades of Cabaret #CD446A
Tints of Cabaret #CD446A
RGB
CMYK
RGB Variations
Color information
#CD446A (or 0xCD446A) is known color: Cabaret. HEX triplet: CD, 44 and 6A. RGB value is (205,68,106). Sum of RGB (Red+Green+Blue) = 205+68+106=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD446A is #32BB95. Grayscale: #717171. Windows color (decimal): -3324822 or 6964429. OLE color: 6964429.
HSL color Cylindrical-coordinate representation of color #CD446A: hue angle of 343.36º 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 #CD446A is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 106 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.20 |
| HSL | 343.36º | 0.58% | 0.54% | - |
| HSV(B) | 343.36º | 0.67% | 0.8% | - |
| XYZ | 29.85 | 18.15 | 15.57 | - |
| YUV | 113.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 106 | 0 | 0.67 | 0.48 | 0.20 | 343.36 | 0.58 | 0.54 |
| Hex | CD | 44 | 6A | 0 | 43 | 30 | 14 | 157 | 3A | 36 |
| Octal | 315 | 104 | 152 | 0 | 103 | 60 | 24 | 527 | 72 | 66 |
| Binary | 11001101 | 1000100 | 1101010 | 0 | 1000011 | 110000 | 10100 | 101010111 | 111010 | 110110 |
Color Harmonies of #CD446A
Complementary color
Monochromatic Colors of #CD446A
Black with #CD446A
Text Example
Text Example
White with #CD446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD446A; }
p { color: rgb(205,68,106); }
H1.HeaderClassName
{
color: #CD446A;
}
.AnyTagClassName
{
color: #CD446A;
}
</style>
background-color css
<style>
a { background-color: #CD446A; }
a { background-color: rgb(205,68,106); }
div.DivClassName
{
background-color: #CD446A;
}
.BgClassName
{
background-color: #CD446A;
}
</style>
border-color css
<style>
span { border-color: #CD446A; }
span { border-color: rgb(205,68,106); }
td.TdClassName
{
border-color: #CD446A;
}
.TagClassName
{
border-color: #CD446A;
}
</style>