Shades of Cabaret #C65D72
Tints of Cabaret #C65D72
RGB
CMYK
RGB Variations
Color information
#C65D72 (or 0xC65D72) is known color: Cabaret. HEX triplet: C6, 5D and 72. RGB value is (198,93,114). Sum of RGB (Red+Green+Blue) = 198+93+114=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D72 is #39A28D. Grayscale: #7E7E7E. Windows color (decimal): -3777166 or 7495110. OLE color: 7495110.
HSL color Cylindrical-coordinate representation of color #C65D72: hue angle of 348º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65D72 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 114 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.22 |
| HSL | 348º | 0.48% | 0.57% | - |
| HSV(B) | 348º | 0.53% | 0.78% | - |
| XYZ | 30.24 | 21.05 | 18.39 | - |
| YUV | 126.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 114 | 0 | 0.53 | 0.42 | 0.22 | 348 | 0.48 | 0.57 |
| Hex | C6 | 5D | 72 | 0 | 35 | 2A | 16 | 15C | 30 | 39 |
| Octal | 306 | 135 | 162 | 0 | 65 | 52 | 26 | 534 | 60 | 71 |
| Binary | 11000110 | 1011101 | 1110010 | 0 | 110101 | 101010 | 10110 | 101011100 | 110000 | 111001 |
Color Harmonies of #C65D72
Complementary color
Monochromatic Colors of #C65D72
Black with #C65D72
Text Example
Text Example
White with #C65D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D72; }
p { color: rgb(198,93,114); }
H1.HeaderClassName
{
color: #C65D72;
}
.AnyTagClassName
{
color: #C65D72;
}
</style>
background-color css
<style>
a { background-color: #C65D72; }
a { background-color: rgb(198,93,114); }
div.DivClassName
{
background-color: #C65D72;
}
.BgClassName
{
background-color: #C65D72;
}
</style>
border-color css
<style>
span { border-color: #C65D72; }
span { border-color: rgb(198,93,114); }
td.TdClassName
{
border-color: #C65D72;
}
.TagClassName
{
border-color: #C65D72;
}
</style>