Shades of Cabaret #CC6373
Tints of Cabaret #CC6373
RGB
CMYK
RGB Variations
Color information
#CC6373 (or 0xCC6373) is known color: Cabaret. HEX triplet: CC, 63 and 73. RGB value is (204,99,115). Sum of RGB (Red+Green+Blue) = 204+99+115=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6373 is #339C8C. Grayscale: #848484. Windows color (decimal): -3382413 or 7562188. OLE color: 7562188.
HSL color Cylindrical-coordinate representation of color #CC6373: hue angle of 350.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6373 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 115 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.2 |
| HSL | 350.86º | 0.51% | 0.59% | - |
| HSV(B) | 350.86º | 0.51% | 0.8% | - |
| XYZ | 32.46 | 23 | 18.95 | - |
| YUV | 132.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 115 | 0 | 0.51 | 0.44 | 0.2 | 350.86 | 0.51 | 0.59 |
| Hex | CC | 63 | 73 | 0 | 33 | 2C | 14 | 15F | 33 | 3B |
| Octal | 314 | 143 | 163 | 0 | 63 | 54 | 24 | 537 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1110011 | 0 | 110011 | 101100 | 10100 | 101011111 | 110011 | 111011 |
Color Harmonies of #CC6373
Complementary color
Monochromatic Colors of #CC6373
Black with #CC6373
Text Example
Text Example
White with #CC6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6373; }
p { color: rgb(204,99,115); }
H1.HeaderClassName
{
color: #CC6373;
}
.AnyTagClassName
{
color: #CC6373;
}
</style>
background-color css
<style>
a { background-color: #CC6373; }
a { background-color: rgb(204,99,115); }
div.DivClassName
{
background-color: #CC6373;
}
.BgClassName
{
background-color: #CC6373;
}
</style>
border-color css
<style>
span { border-color: #CC6373; }
span { border-color: rgb(204,99,115); }
td.TdClassName
{
border-color: #CC6373;
}
.TagClassName
{
border-color: #CC6373;
}
</style>