Shades of Cabaret #C65673
Tints of Cabaret #C65673
RGB
CMYK
RGB Variations
Color information
#C65673 (or 0xC65673) is known color: Cabaret. HEX triplet: C6, 56 and 73. RGB value is (198,86,115). Sum of RGB (Red+Green+Blue) = 198+86+115=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65673 is #39A98C. Grayscale: #7A7A7A. Windows color (decimal): -3778957 or 7558854. OLE color: 7558854.
HSL color Cylindrical-coordinate representation of color #C65673: hue angle of 344.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65673 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 115 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.22 |
| HSL | 344.46º | 0.5% | 0.56% | - |
| HSV(B) | 344.46º | 0.57% | 0.78% | - |
| XYZ | 29.71 | 19.9 | 18.49 | - |
| YUV | 122.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 115 | 0 | 0.57 | 0.42 | 0.22 | 344.46 | 0.5 | 0.56 |
| Hex | C6 | 56 | 73 | 0 | 39 | 2A | 16 | 158 | 32 | 38 |
| Octal | 306 | 126 | 163 | 0 | 71 | 52 | 26 | 530 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1110011 | 0 | 111001 | 101010 | 10110 | 101011000 | 110010 | 111000 |
Color Harmonies of #C65673
Complementary color
Monochromatic Colors of #C65673
Black with #C65673
Text Example
Text Example
White with #C65673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65673; }
p { color: rgb(198,86,115); }
H1.HeaderClassName
{
color: #C65673;
}
.AnyTagClassName
{
color: #C65673;
}
</style>
background-color css
<style>
a { background-color: #C65673; }
a { background-color: rgb(198,86,115); }
div.DivClassName
{
background-color: #C65673;
}
.BgClassName
{
background-color: #C65673;
}
</style>
border-color css
<style>
span { border-color: #C65673; }
span { border-color: rgb(198,86,115); }
td.TdClassName
{
border-color: #C65673;
}
.TagClassName
{
border-color: #C65673;
}
</style>