Shades of Cabaret #CC456E
Tints of Cabaret #CC456E
RGB
CMYK
RGB Variations
Color information
#CC456E (or 0xCC456E) is known color: Cabaret. HEX triplet: CC, 45 and 6E. RGB value is (204,69,110). Sum of RGB (Red+Green+Blue) = 204+69+110=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC456E is #33BA91. Grayscale: #727272. Windows color (decimal): -3390098 or 7226828. OLE color: 7226828.
HSL color Cylindrical-coordinate representation of color #CC456E: hue angle of 341.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC456E is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 110 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.2 |
| HSL | 341.78º | 0.57% | 0.54% | - |
| HSV(B) | 341.78º | 0.66% | 0.8% | - |
| XYZ | 29.84 | 18.22 | 16.7 | - |
| YUV | 114.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 110 | 0 | 0.66 | 0.46 | 0.2 | 341.78 | 0.57 | 0.54 |
| Hex | CC | 45 | 6E | 0 | 42 | 2E | 14 | 156 | 39 | 36 |
| Octal | 314 | 105 | 156 | 0 | 102 | 56 | 24 | 526 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1101110 | 0 | 1000010 | 101110 | 10100 | 101010110 | 111001 | 110110 |
Color Harmonies of #CC456E
Complementary color
Monochromatic Colors of #CC456E
Black with #CC456E
Text Example
Text Example
White with #CC456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC456E; }
p { color: rgb(204,69,110); }
H1.HeaderClassName
{
color: #CC456E;
}
.AnyTagClassName
{
color: #CC456E;
}
</style>
background-color css
<style>
a { background-color: #CC456E; }
a { background-color: rgb(204,69,110); }
div.DivClassName
{
background-color: #CC456E;
}
.BgClassName
{
background-color: #CC456E;
}
</style>
border-color css
<style>
span { border-color: #CC456E; }
span { border-color: rgb(204,69,110); }
td.TdClassName
{
border-color: #CC456E;
}
.TagClassName
{
border-color: #CC456E;
}
</style>