Shades of Cabaret #CC4867
Tints of Cabaret #CC4867
RGB
CMYK
RGB Variations
Color information
#CC4867 (or 0xCC4867) is known color: Cabaret. HEX triplet: CC, 48 and 67. RGB value is (204,72,103). Sum of RGB (Red+Green+Blue) = 204+72+103=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4867 is #33B798. Grayscale: #737373. Windows color (decimal): -3389337 or 6768844. OLE color: 6768844.
HSL color Cylindrical-coordinate representation of color #CC4867: hue angle of 345.91º 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 #CC4867 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 103 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.2 |
| HSL | 345.91º | 0.56% | 0.54% | - |
| HSV(B) | 345.91º | 0.65% | 0.8% | - |
| XYZ | 29.67 | 18.45 | 14.83 | - |
| YUV | 115 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 103 | 0 | 0.65 | 0.50 | 0.2 | 345.91 | 0.56 | 0.54 |
| Hex | CC | 48 | 67 | 0 | 41 | 32 | 14 | 15A | 38 | 36 |
| Octal | 314 | 110 | 147 | 0 | 101 | 62 | 24 | 532 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1100111 | 0 | 1000001 | 110010 | 10100 | 101011010 | 111000 | 110110 |
Color Harmonies of #CC4867
Complementary color
Monochromatic Colors of #CC4867
Black with #CC4867
Text Example
Text Example
White with #CC4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4867; }
p { color: rgb(204,72,103); }
H1.HeaderClassName
{
color: #CC4867;
}
.AnyTagClassName
{
color: #CC4867;
}
</style>
background-color css
<style>
a { background-color: #CC4867; }
a { background-color: rgb(204,72,103); }
div.DivClassName
{
background-color: #CC4867;
}
.BgClassName
{
background-color: #CC4867;
}
</style>
border-color css
<style>
span { border-color: #CC4867; }
span { border-color: rgb(204,72,103); }
td.TdClassName
{
border-color: #CC4867;
}
.TagClassName
{
border-color: #CC4867;
}
</style>