Shades of Cabaret #CC456F
Tints of Cabaret #CC456F
RGB
CMYK
RGB Variations
Color information
#CC456F (or 0xCC456F) is known color: Cabaret. HEX triplet: CC, 45 and 6F. RGB value is (204,69,111). Sum of RGB (Red+Green+Blue) = 204+69+111=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC456F is #33BA90. Grayscale: #727272. Windows color (decimal): -3390097 or 7292364. OLE color: 7292364.
HSL color Cylindrical-coordinate representation of color #CC456F: hue angle of 341.33º 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 #CC456F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 111 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.2 |
| HSL | 341.33º | 0.57% | 0.54% | - |
| HSV(B) | 341.33º | 0.66% | 0.8% | - |
| XYZ | 29.9 | 18.24 | 16.98 | - |
| YUV | 114.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 111 | 0 | 0.66 | 0.46 | 0.2 | 341.33 | 0.57 | 0.54 |
| Hex | CC | 45 | 6F | 0 | 42 | 2E | 14 | 155 | 39 | 36 |
| Octal | 314 | 105 | 157 | 0 | 102 | 56 | 24 | 525 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1101111 | 0 | 1000010 | 101110 | 10100 | 101010101 | 111001 | 110110 |
Color Harmonies of #CC456F
Complementary color
Monochromatic Colors of #CC456F
Black with #CC456F
Text Example
Text Example
White with #CC456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC456F; }
p { color: rgb(204,69,111); }
H1.HeaderClassName
{
color: #CC456F;
}
.AnyTagClassName
{
color: #CC456F;
}
</style>
background-color css
<style>
a { background-color: #CC456F; }
a { background-color: rgb(204,69,111); }
div.DivClassName
{
background-color: #CC456F;
}
.BgClassName
{
background-color: #CC456F;
}
</style>
border-color css
<style>
span { border-color: #CC456F; }
span { border-color: rgb(204,69,111); }
td.TdClassName
{
border-color: #CC456F;
}
.TagClassName
{
border-color: #CC456F;
}
</style>