Shades of Cabaret #C65974
Tints of Cabaret #C65974
RGB
CMYK
RGB Variations
Color information
#C65974 (or 0xC65974) is known color: Cabaret. HEX triplet: C6, 59 and 74. RGB value is (198,89,116). Sum of RGB (Red+Green+Blue) = 198+89+116=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C65974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65974 is #39A68B. Grayscale: #7C7C7C. Windows color (decimal): -3778188 or 7625158. OLE color: 7625158.
HSL color Cylindrical-coordinate representation of color #C65974: hue angle of 345.14º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65974 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 116 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.22 |
| HSL | 345.14º | 0.49% | 0.56% | - |
| HSV(B) | 345.14º | 0.55% | 0.78% | - |
| XYZ | 30.01 | 20.41 | 18.88 | - |
| YUV | 124.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 116 | 0 | 0.55 | 0.41 | 0.22 | 345.14 | 0.49 | 0.56 |
| Hex | C6 | 59 | 74 | 0 | 37 | 29 | 16 | 159 | 31 | 38 |
| Octal | 306 | 131 | 164 | 0 | 67 | 51 | 26 | 531 | 61 | 70 |
| Binary | 11000110 | 1011001 | 1110100 | 0 | 110111 | 101001 | 10110 | 101011001 | 110001 | 111000 |
Color Harmonies of #C65974
Complementary color
Monochromatic Colors of #C65974
Black with #C65974
Text Example
Text Example
White with #C65974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65974; }
p { color: rgb(198,89,116); }
H1.HeaderClassName
{
color: #C65974;
}
.AnyTagClassName
{
color: #C65974;
}
</style>
background-color css
<style>
a { background-color: #C65974; }
a { background-color: rgb(198,89,116); }
div.DivClassName
{
background-color: #C65974;
}
.BgClassName
{
background-color: #C65974;
}
</style>
border-color css
<style>
span { border-color: #C65974; }
span { border-color: rgb(198,89,116); }
td.TdClassName
{
border-color: #C65974;
}
.TagClassName
{
border-color: #C65974;
}
</style>