Shades of Cabaret #CC486D
Tints of Cabaret #CC486D
RGB
CMYK
RGB Variations
Color information
#CC486D (or 0xCC486D) is known color: Cabaret. HEX triplet: CC, 48 and 6D. RGB value is (204,72,109). Sum of RGB (Red+Green+Blue) = 204+72+109=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC486D is #33B792. Grayscale: #737373. Windows color (decimal): -3389331 or 7162060. OLE color: 7162060.
HSL color Cylindrical-coordinate representation of color #CC486D: hue angle of 343.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC486D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 109 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.2 |
| HSL | 343.18º | 0.56% | 0.54% | - |
| HSV(B) | 343.18º | 0.65% | 0.8% | - |
| XYZ | 29.98 | 18.58 | 16.47 | - |
| YUV | 115.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 109 | 0 | 0.65 | 0.47 | 0.2 | 343.18 | 0.56 | 0.54 |
| Hex | CC | 48 | 6D | 0 | 41 | 2F | 14 | 157 | 38 | 36 |
| Octal | 314 | 110 | 155 | 0 | 101 | 57 | 24 | 527 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1101101 | 0 | 1000001 | 101111 | 10100 | 101010111 | 111000 | 110110 |
Color Harmonies of #CC486D
Complementary color
Monochromatic Colors of #CC486D
Black with #CC486D
Text Example
Text Example
White with #CC486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC486D; }
p { color: rgb(204,72,109); }
H1.HeaderClassName
{
color: #CC486D;
}
.AnyTagClassName
{
color: #CC486D;
}
</style>
background-color css
<style>
a { background-color: #CC486D; }
a { background-color: rgb(204,72,109); }
div.DivClassName
{
background-color: #CC486D;
}
.BgClassName
{
background-color: #CC486D;
}
</style>
border-color css
<style>
span { border-color: #CC486D; }
span { border-color: rgb(204,72,109); }
td.TdClassName
{
border-color: #CC486D;
}
.TagClassName
{
border-color: #CC486D;
}
</style>