Shades of Cabaret #CC5967
Tints of Cabaret #CC5967
RGB
CMYK
RGB Variations
Color information
#CC5967 (or 0xCC5967) is known color: Cabaret. HEX triplet: CC, 59 and 67. RGB value is (204,89,103). Sum of RGB (Red+Green+Blue) = 204+89+103=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5967 is #33A698. Grayscale: #7D7D7D. Windows color (decimal): -3384985 or 6773196. OLE color: 6773196.
HSL color Cylindrical-coordinate representation of color #CC5967: hue angle of 352.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5967 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 89 | 103 | - |
CMYK | 0 | 0.56 | 0.50 | 0.2 |
HSL | 352.7º | 0.53% | 0.57% | - |
HSV(B) | 352.7º | 0.56% | 0.8% | - |
XYZ | 30.92 | 20.96 | 15.25 | - |
YUV | 124.98 | 115.6 | 184.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 89 | 103 | 0 | 0.56 | 0.50 | 0.2 | 352.7 | 0.53 | 0.57 |
Hex | CC | 59 | 67 | 0 | 38 | 32 | 14 | 161 | 35 | 39 |
Octal | 314 | 131 | 147 | 0 | 70 | 62 | 24 | 541 | 65 | 71 |
Binary | 11001100 | 1011001 | 1100111 | 0 | 111000 | 110010 | 10100 | 101100001 | 110101 | 111001 |
Color Harmonies of #CC5967
Complementary color
Monochromatic Colors of #CC5967
Black with #CC5967
Text Example
Text Example
White with #CC5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5967; }
p { color: rgb(204,89,103); }
H1.HeaderClassName
{
color: #CC5967;
}
.AnyTagClassName
{
color: #CC5967;
}
</style>
background-color css
<style>
a { background-color: #CC5967; }
a { background-color: rgb(204,89,103); }
div.DivClassName
{
background-color: #CC5967;
}
.BgClassName
{
background-color: #CC5967;
}
</style>
border-color css
<style>
span { border-color: #CC5967; }
span { border-color: rgb(204,89,103); }
td.TdClassName
{
border-color: #CC5967;
}
.TagClassName
{
border-color: #CC5967;
}
</style>