Shades of Cabaret #C65F72
Tints of Cabaret #C65F72
RGB
CMYK
RGB Variations
Color information
#C65F72 (or 0xC65F72) is known color: Cabaret. HEX triplet: C6, 5F and 72. RGB value is (198,95,114). Sum of RGB (Red+Green+Blue) = 198+95+114=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F72 is #39A08D. Grayscale: #7F7F7F. Windows color (decimal): -3776654 or 7495622. OLE color: 7495622.
HSL color Cylindrical-coordinate representation of color #C65F72: hue angle of 348.93º 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 #C65F72 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 114 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.22 |
| HSL | 348.93º | 0.47% | 0.57% | - |
| HSV(B) | 348.93º | 0.52% | 0.78% | - |
| XYZ | 30.42 | 21.41 | 18.45 | - |
| YUV | 127.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 114 | 0 | 0.52 | 0.42 | 0.22 | 348.93 | 0.47 | 0.57 |
| Hex | C6 | 5F | 72 | 0 | 34 | 2A | 16 | 15D | 2F | 39 |
| Octal | 306 | 137 | 162 | 0 | 64 | 52 | 26 | 535 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1110010 | 0 | 110100 | 101010 | 10110 | 101011101 | 101111 | 111001 |
Color Harmonies of #C65F72
Complementary color
Monochromatic Colors of #C65F72
Black with #C65F72
Text Example
Text Example
White with #C65F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F72; }
p { color: rgb(198,95,114); }
H1.HeaderClassName
{
color: #C65F72;
}
.AnyTagClassName
{
color: #C65F72;
}
</style>
background-color css
<style>
a { background-color: #C65F72; }
a { background-color: rgb(198,95,114); }
div.DivClassName
{
background-color: #C65F72;
}
.BgClassName
{
background-color: #C65F72;
}
</style>
border-color css
<style>
span { border-color: #C65F72; }
span { border-color: rgb(198,95,114); }
td.TdClassName
{
border-color: #C65F72;
}
.TagClassName
{
border-color: #C65F72;
}
</style>