Shades of Cabaret #C56672
Tints of Cabaret #C56672
RGB
CMYK
RGB Variations
Color information
#C56672 (or 0xC56672) is known color: Cabaret. HEX triplet: C5, 66 and 72. RGB value is (197,102,114). Sum of RGB (Red+Green+Blue) = 197+102+114=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56672 is #3A998D. Grayscale: #838383. Windows color (decimal): -3840398 or 7497413. OLE color: 7497413.
HSL color Cylindrical-coordinate representation of color #C56672: hue angle of 352.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56672 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 114 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.23 |
| HSL | 352.42º | 0.45% | 0.59% | - |
| HSV(B) | 352.42º | 0.48% | 0.77% | - |
| XYZ | 30.81 | 22.59 | 18.66 | - |
| YUV | 131.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 114 | 0 | 0.48 | 0.42 | 0.23 | 352.42 | 0.45 | 0.59 |
| Hex | C5 | 66 | 72 | 0 | 30 | 2A | 17 | 160 | 2D | 3B |
| Octal | 305 | 146 | 162 | 0 | 60 | 52 | 27 | 540 | 55 | 73 |
| Binary | 11000101 | 1100110 | 1110010 | 0 | 110000 | 101010 | 10111 | 101100000 | 101101 | 111011 |
Color Harmonies of #C56672
Complementary color
Monochromatic Colors of #C56672
Black with #C56672
Text Example
Text Example
White with #C56672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56672; }
p { color: rgb(197,102,114); }
H1.HeaderClassName
{
color: #C56672;
}
.AnyTagClassName
{
color: #C56672;
}
</style>
background-color css
<style>
a { background-color: #C56672; }
a { background-color: rgb(197,102,114); }
div.DivClassName
{
background-color: #C56672;
}
.BgClassName
{
background-color: #C56672;
}
</style>
border-color css
<style>
span { border-color: #C56672; }
span { border-color: rgb(197,102,114); }
td.TdClassName
{
border-color: #C56672;
}
.TagClassName
{
border-color: #C56672;
}
</style>