Shades of Cabaret #C65F74
Tints of Cabaret #C65F74
RGB
CMYK
RGB Variations
Color information
#C65F74 (or 0xC65F74) is known color: Cabaret. HEX triplet: C6, 5F and 74. RGB value is (198,95,116). Sum of RGB (Red+Green+Blue) = 198+95+116=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F74 is #39A08B. Grayscale: #808080. Windows color (decimal): -3776652 or 7626694. OLE color: 7626694.
HSL color Cylindrical-coordinate representation of color #C65F74: hue angle of 347.77º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F74 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 116 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.22 |
| HSL | 347.77º | 0.47% | 0.57% | - |
| HSV(B) | 347.77º | 0.52% | 0.78% | - |
| XYZ | 30.53 | 21.45 | 19.05 | - |
| YUV | 128.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 116 | 0 | 0.52 | 0.41 | 0.22 | 347.77 | 0.47 | 0.57 |
| Hex | C6 | 5F | 74 | 0 | 34 | 29 | 16 | 15C | 2F | 39 |
| Octal | 306 | 137 | 164 | 0 | 64 | 51 | 26 | 534 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1110100 | 0 | 110100 | 101001 | 10110 | 101011100 | 101111 | 111001 |
Color Harmonies of #C65F74
Complementary color
Monochromatic Colors of #C65F74
Black with #C65F74
Text Example
Text Example
White with #C65F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F74; }
p { color: rgb(198,95,116); }
H1.HeaderClassName
{
color: #C65F74;
}
.AnyTagClassName
{
color: #C65F74;
}
</style>
background-color css
<style>
a { background-color: #C65F74; }
a { background-color: rgb(198,95,116); }
div.DivClassName
{
background-color: #C65F74;
}
.BgClassName
{
background-color: #C65F74;
}
</style>
border-color css
<style>
span { border-color: #C65F74; }
span { border-color: rgb(198,95,116); }
td.TdClassName
{
border-color: #C65F74;
}
.TagClassName
{
border-color: #C65F74;
}
</style>