Shades of Cabaret #C5656F
Tints of Cabaret #C5656F
RGB
CMYK
RGB Variations
Color information
#C5656F (or 0xC5656F) is known color: Cabaret. HEX triplet: C5, 65 and 6F. RGB value is (197,101,111). Sum of RGB (Red+Green+Blue) = 197+101+111=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5656F is #3A9A90. Grayscale: #828282. Windows color (decimal): -3840657 or 7300549. OLE color: 7300549.
HSL color Cylindrical-coordinate representation of color #C5656F: hue angle of 353.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5656F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 111 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.23 |
| HSL | 353.75º | 0.45% | 0.58% | - |
| HSV(B) | 353.75º | 0.49% | 0.77% | - |
| XYZ | 30.55 | 22.33 | 17.74 | - |
| YUV | 130.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 111 | 0 | 0.49 | 0.44 | 0.23 | 353.75 | 0.45 | 0.58 |
| Hex | C5 | 65 | 6F | 0 | 31 | 2C | 17 | 162 | 2D | 3A |
| Octal | 305 | 145 | 157 | 0 | 61 | 54 | 27 | 542 | 55 | 72 |
| Binary | 11000101 | 1100101 | 1101111 | 0 | 110001 | 101100 | 10111 | 101100010 | 101101 | 111010 |
Color Harmonies of #C5656F
Complementary color
Monochromatic Colors of #C5656F
Black with #C5656F
Text Example
Text Example
White with #C5656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5656F; }
p { color: rgb(197,101,111); }
H1.HeaderClassName
{
color: #C5656F;
}
.AnyTagClassName
{
color: #C5656F;
}
</style>
background-color css
<style>
a { background-color: #C5656F; }
a { background-color: rgb(197,101,111); }
div.DivClassName
{
background-color: #C5656F;
}
.BgClassName
{
background-color: #C5656F;
}
</style>
border-color css
<style>
span { border-color: #C5656F; }
span { border-color: rgb(197,101,111); }
td.TdClassName
{
border-color: #C5656F;
}
.TagClassName
{
border-color: #C5656F;
}
</style>