Shades of Cabaret #CC4463
Tints of Cabaret #CC4463
RGB
CMYK
RGB Variations
Color information
#CC4463 (or 0xCC4463) is known color: Cabaret. HEX triplet: CC, 44 and 63. RGB value is (204,68,99). Sum of RGB (Red+Green+Blue) = 204+68+99=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4463 is #33BB9C. Grayscale: #707070. Windows color (decimal): -3390365 or 6505676. OLE color: 6505676.
HSL color Cylindrical-coordinate representation of color #CC4463: hue angle of 346.32º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4463 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 99 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.2 |
| HSL | 346.32º | 0.57% | 0.53% | - |
| HSV(B) | 346.32º | 0.67% | 0.8% | - |
| XYZ | 29.22 | 17.87 | 13.71 | - |
| YUV | 112.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 99 | 0 | 0.67 | 0.51 | 0.2 | 346.32 | 0.57 | 0.53 |
| Hex | CC | 44 | 63 | 0 | 43 | 33 | 14 | 15A | 39 | 35 |
| Octal | 314 | 104 | 143 | 0 | 103 | 63 | 24 | 532 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1100011 | 0 | 1000011 | 110011 | 10100 | 101011010 | 111001 | 110101 |
Color Harmonies of #CC4463
Complementary color
Monochromatic Colors of #CC4463
Black with #CC4463
Text Example
Text Example
White with #CC4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4463; }
p { color: rgb(204,68,99); }
H1.HeaderClassName
{
color: #CC4463;
}
.AnyTagClassName
{
color: #CC4463;
}
</style>
background-color css
<style>
a { background-color: #CC4463; }
a { background-color: rgb(204,68,99); }
div.DivClassName
{
background-color: #CC4463;
}
.BgClassName
{
background-color: #CC4463;
}
</style>
border-color css
<style>
span { border-color: #CC4463; }
span { border-color: rgb(204,68,99); }
td.TdClassName
{
border-color: #CC4463;
}
.TagClassName
{
border-color: #CC4463;
}
</style>