Shades of Cabaret #C75273
Tints of Cabaret #C75273
RGB
CMYK
RGB Variations
Color information
#C75273 (or 0xC75273) is known color: Cabaret. HEX triplet: C7, 52 and 73. RGB value is (199,82,115). Sum of RGB (Red+Green+Blue) = 199+82+115=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C75273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75273 is #38AD8C. Grayscale: #787878. Windows color (decimal): -3714445 or 7557831. OLE color: 7557831.
HSL color Cylindrical-coordinate representation of color #C75273: hue angle of 343.08º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75273 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 115 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.22 |
| HSL | 343.08º | 0.51% | 0.55% | - |
| HSV(B) | 343.08º | 0.59% | 0.78% | - |
| XYZ | 29.67 | 19.41 | 18.4 | - |
| YUV | 120.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 115 | 0 | 0.59 | 0.42 | 0.22 | 343.08 | 0.51 | 0.55 |
| Hex | C7 | 52 | 73 | 0 | 3B | 2A | 16 | 157 | 33 | 37 |
| Octal | 307 | 122 | 163 | 0 | 73 | 52 | 26 | 527 | 63 | 67 |
| Binary | 11000111 | 1010010 | 1110011 | 0 | 111011 | 101010 | 10110 | 101010111 | 110011 | 110111 |
Color Harmonies of #C75273
Complementary color
Monochromatic Colors of #C75273
Black with #C75273
Text Example
Text Example
White with #C75273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75273; }
p { color: rgb(199,82,115); }
H1.HeaderClassName
{
color: #C75273;
}
.AnyTagClassName
{
color: #C75273;
}
</style>
background-color css
<style>
a { background-color: #C75273; }
a { background-color: rgb(199,82,115); }
div.DivClassName
{
background-color: #C75273;
}
.BgClassName
{
background-color: #C75273;
}
</style>
border-color css
<style>
span { border-color: #C75273; }
span { border-color: rgb(199,82,115); }
td.TdClassName
{
border-color: #C75273;
}
.TagClassName
{
border-color: #C75273;
}
</style>