Shades of Cabaret #CC5269
Tints of Cabaret #CC5269
RGB
CMYK
RGB Variations
Color information
#CC5269 (or 0xCC5269) is known color: Cabaret. HEX triplet: CC, 52 and 69. RGB value is (204,82,105). Sum of RGB (Red+Green+Blue) = 204+82+105=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5269 is #33AD96. Grayscale: #797979. Windows color (decimal): -3386775 or 6902476. OLE color: 6902476.
HSL color Cylindrical-coordinate representation of color #CC5269: hue angle of 348.69º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5269 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 105 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.2 |
| HSL | 348.69º | 0.54% | 0.56% | - |
| HSV(B) | 348.69º | 0.6% | 0.8% | - |
| XYZ | 30.47 | 19.89 | 15.6 | - |
| YUV | 121.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 105 | 0 | 0.60 | 0.49 | 0.2 | 348.69 | 0.54 | 0.56 |
| Hex | CC | 52 | 69 | 0 | 3C | 31 | 14 | 15D | 36 | 38 |
| Octal | 314 | 122 | 151 | 0 | 74 | 61 | 24 | 535 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1101001 | 0 | 111100 | 110001 | 10100 | 101011101 | 110110 | 111000 |
Color Harmonies of #CC5269
Complementary color
Monochromatic Colors of #CC5269
Black with #CC5269
Text Example
Text Example
White with #CC5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5269; }
p { color: rgb(204,82,105); }
H1.HeaderClassName
{
color: #CC5269;
}
.AnyTagClassName
{
color: #CC5269;
}
</style>
background-color css
<style>
a { background-color: #CC5269; }
a { background-color: rgb(204,82,105); }
div.DivClassName
{
background-color: #CC5269;
}
.BgClassName
{
background-color: #CC5269;
}
</style>
border-color css
<style>
span { border-color: #CC5269; }
span { border-color: rgb(204,82,105); }
td.TdClassName
{
border-color: #CC5269;
}
.TagClassName
{
border-color: #CC5269;
}
</style>