Shades of Cabaret #C65377
Tints of Cabaret #C65377
RGB
CMYK
RGB Variations
Color information
#C65377 (or 0xC65377) is known color: Cabaret. HEX triplet: C6, 53 and 77. RGB value is (198,83,119). Sum of RGB (Red+Green+Blue) = 198+83+119=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C65377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65377 is #39AC88. Grayscale: #797979. Windows color (decimal): -3779721 or 7820230. OLE color: 7820230.
HSL color Cylindrical-coordinate representation of color #C65377: hue angle of 341.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65377 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 119 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.22 |
| HSL | 341.22º | 0.5% | 0.55% | - |
| HSV(B) | 341.22º | 0.58% | 0.78% | - |
| XYZ | 29.71 | 19.52 | 19.66 | - |
| YUV | 121.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 119 | 0 | 0.58 | 0.40 | 0.22 | 341.22 | 0.5 | 0.55 |
| Hex | C6 | 53 | 77 | 0 | 3A | 28 | 16 | 155 | 32 | 37 |
| Octal | 306 | 123 | 167 | 0 | 72 | 50 | 26 | 525 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1110111 | 0 | 111010 | 101000 | 10110 | 101010101 | 110010 | 110111 |
Color Harmonies of #C65377
Complementary color
Monochromatic Colors of #C65377
Black with #C65377
Text Example
Text Example
White with #C65377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65377; }
p { color: rgb(198,83,119); }
H1.HeaderClassName
{
color: #C65377;
}
.AnyTagClassName
{
color: #C65377;
}
</style>
background-color css
<style>
a { background-color: #C65377; }
a { background-color: rgb(198,83,119); }
div.DivClassName
{
background-color: #C65377;
}
.BgClassName
{
background-color: #C65377;
}
</style>
border-color css
<style>
span { border-color: #C65377; }
span { border-color: rgb(198,83,119); }
td.TdClassName
{
border-color: #C65377;
}
.TagClassName
{
border-color: #C65377;
}
</style>