Shades of Cabaret #CC4364
Tints of Cabaret #CC4364
RGB
CMYK
RGB Variations
Color information
#CC4364 (or 0xCC4364) is known color: Cabaret. HEX triplet: CC, 43 and 64. RGB value is (204,67,100). Sum of RGB (Red+Green+Blue) = 204+67+100=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4364 is #33BC9B. Grayscale: #6F6F6F. Windows color (decimal): -3390620 or 6570956. OLE color: 6570956.
HSL color Cylindrical-coordinate representation of color #CC4364: hue angle of 345.55º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4364 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 100 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.2 |
| HSL | 345.55º | 0.57% | 0.53% | - |
| HSV(B) | 345.55º | 0.67% | 0.8% | - |
| XYZ | 29.21 | 17.77 | 13.95 | - |
| YUV | 111.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 100 | 0 | 0.67 | 0.51 | 0.2 | 345.55 | 0.57 | 0.53 |
| Hex | CC | 43 | 64 | 0 | 43 | 33 | 14 | 15A | 39 | 35 |
| Octal | 314 | 103 | 144 | 0 | 103 | 63 | 24 | 532 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1100100 | 0 | 1000011 | 110011 | 10100 | 101011010 | 111001 | 110101 |
Color Harmonies of #CC4364
Complementary color
Monochromatic Colors of #CC4364
Black with #CC4364
Text Example
Text Example
White with #CC4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4364; }
p { color: rgb(204,67,100); }
H1.HeaderClassName
{
color: #CC4364;
}
.AnyTagClassName
{
color: #CC4364;
}
</style>
background-color css
<style>
a { background-color: #CC4364; }
a { background-color: rgb(204,67,100); }
div.DivClassName
{
background-color: #CC4364;
}
.BgClassName
{
background-color: #CC4364;
}
</style>
border-color css
<style>
span { border-color: #CC4364; }
span { border-color: rgb(204,67,100); }
td.TdClassName
{
border-color: #CC4364;
}
.TagClassName
{
border-color: #CC4364;
}
</style>