Shades of Cabaret #C65672
Tints of Cabaret #C65672
RGB
CMYK
RGB Variations
Color information
#C65672 (or 0xC65672) is known color: Cabaret. HEX triplet: C6, 56 and 72. RGB value is (198,86,114). Sum of RGB (Red+Green+Blue) = 198+86+114=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C65672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65672 is #39A98D. Grayscale: #7A7A7A. Windows color (decimal): -3778958 or 7493318. OLE color: 7493318.
HSL color Cylindrical-coordinate representation of color #C65672: hue angle of 345º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65672 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 114 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.22 |
| HSL | 345º | 0.5% | 0.56% | - |
| HSV(B) | 345º | 0.57% | 0.78% | - |
| XYZ | 29.65 | 19.88 | 18.19 | - |
| YUV | 122.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 114 | 0 | 0.57 | 0.42 | 0.22 | 345 | 0.5 | 0.56 |
| Hex | C6 | 56 | 72 | 0 | 39 | 2A | 16 | 159 | 32 | 38 |
| Octal | 306 | 126 | 162 | 0 | 71 | 52 | 26 | 531 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1110010 | 0 | 111001 | 101010 | 10110 | 101011001 | 110010 | 111000 |
Color Harmonies of #C65672
Complementary color
Monochromatic Colors of #C65672
Black with #C65672
Text Example
Text Example
White with #C65672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65672; }
p { color: rgb(198,86,114); }
H1.HeaderClassName
{
color: #C65672;
}
.AnyTagClassName
{
color: #C65672;
}
</style>
background-color css
<style>
a { background-color: #C65672; }
a { background-color: rgb(198,86,114); }
div.DivClassName
{
background-color: #C65672;
}
.BgClassName
{
background-color: #C65672;
}
</style>
border-color css
<style>
span { border-color: #C65672; }
span { border-color: rgb(198,86,114); }
td.TdClassName
{
border-color: #C65672;
}
.TagClassName
{
border-color: #C65672;
}
</style>