Shades of Cabaret #CC5374
Tints of Cabaret #CC5374
RGB
CMYK
RGB Variations
Color information
#CC5374 (or 0xCC5374) is known color: Cabaret. HEX triplet: CC, 53 and 74. RGB value is (204,83,116). Sum of RGB (Red+Green+Blue) = 204+83+116=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5374 is #33AC8B. Grayscale: #7A7A7A. Windows color (decimal): -3386508 or 7623628. OLE color: 7623628.
HSL color Cylindrical-coordinate representation of color #CC5374: hue angle of 343.64º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5374 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 116 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.2 |
| HSL | 343.64º | 0.54% | 0.56% | - |
| HSV(B) | 343.64º | 0.59% | 0.8% | - |
| XYZ | 31.15 | 20.28 | 18.8 | - |
| YUV | 122.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 116 | 0 | 0.59 | 0.43 | 0.2 | 343.64 | 0.54 | 0.56 |
| Hex | CC | 53 | 74 | 0 | 3B | 2B | 14 | 158 | 36 | 38 |
| Octal | 314 | 123 | 164 | 0 | 73 | 53 | 24 | 530 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1110100 | 0 | 111011 | 101011 | 10100 | 101011000 | 110110 | 111000 |
Color Harmonies of #CC5374
Complementary color
Monochromatic Colors of #CC5374
Black with #CC5374
Text Example
Text Example
White with #CC5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5374; }
p { color: rgb(204,83,116); }
H1.HeaderClassName
{
color: #CC5374;
}
.AnyTagClassName
{
color: #CC5374;
}
</style>
background-color css
<style>
a { background-color: #CC5374; }
a { background-color: rgb(204,83,116); }
div.DivClassName
{
background-color: #CC5374;
}
.BgClassName
{
background-color: #CC5374;
}
</style>
border-color css
<style>
span { border-color: #CC5374; }
span { border-color: rgb(204,83,116); }
td.TdClassName
{
border-color: #CC5374;
}
.TagClassName
{
border-color: #CC5374;
}
</style>