Shades of Cabaret #CC6273
Tints of Cabaret #CC6273
RGB
CMYK
RGB Variations
Color information
#CC6273 (or 0xCC6273) is known color: Cabaret. HEX triplet: CC, 62 and 73. RGB value is (204,98,115). Sum of RGB (Red+Green+Blue) = 204+98+115=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6273 is #339D8C. Grayscale: #838383. Windows color (decimal): -3382669 or 7561932. OLE color: 7561932.
HSL color Cylindrical-coordinate representation of color #CC6273: hue angle of 350.38º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6273 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 115 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.2 |
| HSL | 350.38º | 0.51% | 0.59% | - |
| HSV(B) | 350.38º | 0.52% | 0.8% | - |
| XYZ | 32.36 | 22.81 | 18.92 | - |
| YUV | 131.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 115 | 0 | 0.52 | 0.44 | 0.2 | 350.38 | 0.51 | 0.59 |
| Hex | CC | 62 | 73 | 0 | 34 | 2C | 14 | 15E | 33 | 3B |
| Octal | 314 | 142 | 163 | 0 | 64 | 54 | 24 | 536 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1110011 | 0 | 110100 | 101100 | 10100 | 101011110 | 110011 | 111011 |
Color Harmonies of #CC6273
Complementary color
Monochromatic Colors of #CC6273
Black with #CC6273
Text Example
Text Example
White with #CC6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6273; }
p { color: rgb(204,98,115); }
H1.HeaderClassName
{
color: #CC6273;
}
.AnyTagClassName
{
color: #CC6273;
}
</style>
background-color css
<style>
a { background-color: #CC6273; }
a { background-color: rgb(204,98,115); }
div.DivClassName
{
background-color: #CC6273;
}
.BgClassName
{
background-color: #CC6273;
}
</style>
border-color css
<style>
span { border-color: #CC6273; }
span { border-color: rgb(204,98,115); }
td.TdClassName
{
border-color: #CC6273;
}
.TagClassName
{
border-color: #CC6273;
}
</style>