Shades of Cabaret #CC5769
Tints of Cabaret #CC5769
RGB
CMYK
RGB Variations
Color information
#CC5769 (or 0xCC5769) is known color: Cabaret. HEX triplet: CC, 57 and 69. RGB value is (204,87,105). Sum of RGB (Red+Green+Blue) = 204+87+105=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5769 is #33A896. Grayscale: #7C7C7C. Windows color (decimal): -3385495 or 6903756. OLE color: 6903756.
HSL color Cylindrical-coordinate representation of color #CC5769: hue angle of 350.77º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5769 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 105 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.2 |
| HSL | 350.77º | 0.53% | 0.57% | - |
| HSV(B) | 350.77º | 0.57% | 0.8% | - |
| XYZ | 30.86 | 20.67 | 15.73 | - |
| YUV | 124.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 105 | 0 | 0.57 | 0.49 | 0.2 | 350.77 | 0.53 | 0.57 |
| Hex | CC | 57 | 69 | 0 | 39 | 31 | 14 | 15F | 35 | 39 |
| Octal | 314 | 127 | 151 | 0 | 71 | 61 | 24 | 537 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1101001 | 0 | 111001 | 110001 | 10100 | 101011111 | 110101 | 111001 |
Color Harmonies of #CC5769
Complementary color
Monochromatic Colors of #CC5769
Black with #CC5769
Text Example
Text Example
White with #CC5769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5769; }
p { color: rgb(204,87,105); }
H1.HeaderClassName
{
color: #CC5769;
}
.AnyTagClassName
{
color: #CC5769;
}
</style>
background-color css
<style>
a { background-color: #CC5769; }
a { background-color: rgb(204,87,105); }
div.DivClassName
{
background-color: #CC5769;
}
.BgClassName
{
background-color: #CC5769;
}
</style>
border-color css
<style>
span { border-color: #CC5769; }
span { border-color: rgb(204,87,105); }
td.TdClassName
{
border-color: #CC5769;
}
.TagClassName
{
border-color: #CC5769;
}
</style>