Shades of Cabaret #CD426D
Tints of Cabaret #CD426D
RGB
CMYK
RGB Variations
Color information
#CD426D (or 0xCD426D) is known color: Cabaret. HEX triplet: CD, 42 and 6D. RGB value is (205,66,109). Sum of RGB (Red+Green+Blue) = 205+66+109=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD426D is #32BD92. Grayscale: #707070. Windows color (decimal): -3325331 or 7160525. OLE color: 7160525.
HSL color Cylindrical-coordinate representation of color #CD426D: hue angle of 341.44º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD426D is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 109 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.20 |
| HSL | 341.44º | 0.58% | 0.53% | - |
| HSV(B) | 341.44º | 0.68% | 0.8% | - |
| XYZ | 29.89 | 17.98 | 16.36 | - |
| YUV | 112.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 109 | 0 | 0.68 | 0.47 | 0.20 | 341.44 | 0.58 | 0.53 |
| Hex | CD | 42 | 6D | 0 | 44 | 2F | 14 | 155 | 3A | 35 |
| Octal | 315 | 102 | 155 | 0 | 104 | 57 | 24 | 525 | 72 | 65 |
| Binary | 11001101 | 1000010 | 1101101 | 0 | 1000100 | 101111 | 10100 | 101010101 | 111010 | 110101 |
Color Harmonies of #CD426D
Complementary color
Monochromatic Colors of #CD426D
Black with #CD426D
Text Example
Text Example
White with #CD426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD426D; }
p { color: rgb(205,66,109); }
H1.HeaderClassName
{
color: #CD426D;
}
.AnyTagClassName
{
color: #CD426D;
}
</style>
background-color css
<style>
a { background-color: #CD426D; }
a { background-color: rgb(205,66,109); }
div.DivClassName
{
background-color: #CD426D;
}
.BgClassName
{
background-color: #CD426D;
}
</style>
border-color css
<style>
span { border-color: #CD426D; }
span { border-color: rgb(205,66,109); }
td.TdClassName
{
border-color: #CD426D;
}
.TagClassName
{
border-color: #CD426D;
}
</style>