Shades of Cabaret #C65273
Tints of Cabaret #C65273
RGB
CMYK
RGB Variations
Color information
#C65273 (or 0xC65273) is known color: Cabaret. HEX triplet: C6, 52 and 73. RGB value is (198,82,115). Sum of RGB (Red+Green+Blue) = 198+82+115=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C65273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65273 is #39AD8C. Grayscale: #787878. Windows color (decimal): -3779981 or 7557830. OLE color: 7557830.
HSL color Cylindrical-coordinate representation of color #C65273: hue angle of 342.93º degrees, saturation: 0.5, 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 #C65273 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 115 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.22 |
| HSL | 342.93º | 0.5% | 0.55% | - |
| HSV(B) | 342.93º | 0.59% | 0.78% | - |
| XYZ | 29.4 | 19.28 | 18.39 | - |
| YUV | 120.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 115 | 0 | 0.59 | 0.42 | 0.22 | 342.93 | 0.5 | 0.55 |
| Hex | C6 | 52 | 73 | 0 | 3B | 2A | 16 | 157 | 32 | 37 |
| Octal | 306 | 122 | 163 | 0 | 73 | 52 | 26 | 527 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1110011 | 0 | 111011 | 101010 | 10110 | 101010111 | 110010 | 110111 |
Color Harmonies of #C65273
Complementary color
Monochromatic Colors of #C65273
Black with #C65273
Text Example
Text Example
White with #C65273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65273; }
p { color: rgb(198,82,115); }
H1.HeaderClassName
{
color: #C65273;
}
.AnyTagClassName
{
color: #C65273;
}
</style>
background-color css
<style>
a { background-color: #C65273; }
a { background-color: rgb(198,82,115); }
div.DivClassName
{
background-color: #C65273;
}
.BgClassName
{
background-color: #C65273;
}
</style>
border-color css
<style>
span { border-color: #C65273; }
span { border-color: rgb(198,82,115); }
td.TdClassName
{
border-color: #C65273;
}
.TagClassName
{
border-color: #C65273;
}
</style>