Shades of Cabaret #CD4E6B
Tints of Cabaret #CD4E6B
RGB
CMYK
RGB Variations
Color information
#CD4E6B (or 0xCD4E6B) is known color: Cabaret. HEX triplet: CD, 4E and 6B. RGB value is (205,78,107). Sum of RGB (Red+Green+Blue) = 205+78+107=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4E6B is #32B194. Grayscale: #777777. Windows color (decimal): -3322261 or 7032525. OLE color: 7032525.
HSL color Cylindrical-coordinate representation of color #CD4E6B: hue angle of 346.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4E6B is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 78 | 107 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.20 |
| HSL | 346.3º | 0.56% | 0.55% | - |
| HSV(B) | 346.3º | 0.62% | 0.8% | - |
| XYZ | 30.56 | 19.49 | 16.06 | - |
| YUV | 119.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 107 | 0 | 0.62 | 0.48 | 0.20 | 346.3 | 0.56 | 0.55 |
| Hex | CD | 4E | 6B | 0 | 3E | 30 | 14 | 15A | 38 | 37 |
| Octal | 315 | 116 | 153 | 0 | 76 | 60 | 24 | 532 | 70 | 67 |
| Binary | 11001101 | 1001110 | 1101011 | 0 | 111110 | 110000 | 10100 | 101011010 | 111000 | 110111 |
Color Harmonies of #CD4E6B
Complementary color
Monochromatic Colors of #CD4E6B
Black with #CD4E6B
Text Example
Text Example
White with #CD4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4E6B; }
p { color: rgb(205,78,107); }
H1.HeaderClassName
{
color: #CD4E6B;
}
.AnyTagClassName
{
color: #CD4E6B;
}
</style>
background-color css
<style>
a { background-color: #CD4E6B; }
a { background-color: rgb(205,78,107); }
div.DivClassName
{
background-color: #CD4E6B;
}
.BgClassName
{
background-color: #CD4E6B;
}
</style>
border-color css
<style>
span { border-color: #CD4E6B; }
span { border-color: rgb(205,78,107); }
td.TdClassName
{
border-color: #CD4E6B;
}
.TagClassName
{
border-color: #CD4E6B;
}
</style>