Shades of Cabaret #CC4073
Tints of Cabaret #CC4073
RGB
CMYK
RGB Variations
Color information
#CC4073 (or 0xCC4073) is known color: Cabaret. HEX triplet: CC, 40 and 73. RGB value is (204,64,115). Sum of RGB (Red+Green+Blue) = 204+64+115=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4073 is #33BF8C. Grayscale: #6F6F6F. Windows color (decimal): -3391373 or 7553228. OLE color: 7553228.
HSL color Cylindrical-coordinate representation of color #CC4073: hue angle of 338.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4073 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 115 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.2 |
| HSL | 338.14º | 0.58% | 0.53% | - |
| HSV(B) | 338.14º | 0.69% | 0.8% | - |
| XYZ | 29.83 | 17.74 | 18.07 | - |
| YUV | 111.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 115 | 0 | 0.69 | 0.44 | 0.2 | 338.14 | 0.58 | 0.53 |
| Hex | CC | 40 | 73 | 0 | 45 | 2C | 14 | 152 | 3A | 35 |
| Octal | 314 | 100 | 163 | 0 | 105 | 54 | 24 | 522 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1110011 | 0 | 1000101 | 101100 | 10100 | 101010010 | 111010 | 110101 |
Color Harmonies of #CC4073
Complementary color
Monochromatic Colors of #CC4073
Black with #CC4073
Text Example
Text Example
White with #CC4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4073; }
p { color: rgb(204,64,115); }
H1.HeaderClassName
{
color: #CC4073;
}
.AnyTagClassName
{
color: #CC4073;
}
</style>
background-color css
<style>
a { background-color: #CC4073; }
a { background-color: rgb(204,64,115); }
div.DivClassName
{
background-color: #CC4073;
}
.BgClassName
{
background-color: #CC4073;
}
</style>
border-color css
<style>
span { border-color: #CC4073; }
span { border-color: rgb(204,64,115); }
td.TdClassName
{
border-color: #CC4073;
}
.TagClassName
{
border-color: #CC4073;
}
</style>