Shades of Cabaret #CC5E6A
Tints of Cabaret #CC5E6A
RGB
CMYK
RGB Variations
Color information
#CC5E6A (or 0xCC5E6A) is known color: Cabaret. HEX triplet: CC, 5E and 6A. RGB value is (204,94,106). Sum of RGB (Red+Green+Blue) = 204+94+106=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E6A is #33A195. Grayscale: #808080. Windows color (decimal): -3383702 or 6971084. OLE color: 6971084.
HSL color Cylindrical-coordinate representation of color #CC5E6A: hue angle of 353.45º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5E6A is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 94 | 106 | - |
CMYK | 0 | 0.54 | 0.48 | 0.2 |
HSL | 353.45º | 0.52% | 0.58% | - |
HSV(B) | 353.45º | 0.54% | 0.8% | - |
XYZ | 31.51 | 21.88 | 16.2 | - |
YUV | 128.26 | 115.44 | 182.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 94 | 106 | 0 | 0.54 | 0.48 | 0.2 | 353.45 | 0.52 | 0.58 |
Hex | CC | 5E | 6A | 0 | 36 | 30 | 14 | 161 | 34 | 3A |
Octal | 314 | 136 | 152 | 0 | 66 | 60 | 24 | 541 | 64 | 72 |
Binary | 11001100 | 1011110 | 1101010 | 0 | 110110 | 110000 | 10100 | 101100001 | 110100 | 111010 |
Color Harmonies of #CC5E6A
Complementary color
Monochromatic Colors of #CC5E6A
Black with #CC5E6A
Text Example
Text Example
White with #CC5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E6A; }
p { color: rgb(204,94,106); }
H1.HeaderClassName
{
color: #CC5E6A;
}
.AnyTagClassName
{
color: #CC5E6A;
}
</style>
background-color css
<style>
a { background-color: #CC5E6A; }
a { background-color: rgb(204,94,106); }
div.DivClassName
{
background-color: #CC5E6A;
}
.BgClassName
{
background-color: #CC5E6A;
}
</style>
border-color css
<style>
span { border-color: #CC5E6A; }
span { border-color: rgb(204,94,106); }
td.TdClassName
{
border-color: #CC5E6A;
}
.TagClassName
{
border-color: #CC5E6A;
}
</style>