Shades of Cabaret #C56875
Tints of Cabaret #C56875
RGB
CMYK
RGB Variations
Color information
#C56875 (or 0xC56875) is known color: Cabaret. HEX triplet: C5, 68 and 75. RGB value is (197,104,117). Sum of RGB (Red+Green+Blue) = 197+104+117=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C56875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56875 is #3A978A. Grayscale: #858585. Windows color (decimal): -3839883 or 7694533. OLE color: 7694533.
HSL color Cylindrical-coordinate representation of color #C56875: hue angle of 351.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56875 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 117 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.23 |
| HSL | 351.61º | 0.44% | 0.59% | - |
| HSV(B) | 351.61º | 0.47% | 0.77% | - |
| XYZ | 31.19 | 23.06 | 19.64 | - |
| YUV | 133.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 117 | 0 | 0.47 | 0.41 | 0.23 | 351.61 | 0.44 | 0.59 |
| Hex | C5 | 68 | 75 | 0 | 2F | 29 | 17 | 160 | 2C | 3B |
| Octal | 305 | 150 | 165 | 0 | 57 | 51 | 27 | 540 | 54 | 73 |
| Binary | 11000101 | 1101000 | 1110101 | 0 | 101111 | 101001 | 10111 | 101100000 | 101100 | 111011 |
Color Harmonies of #C56875
Complementary color
Monochromatic Colors of #C56875
Black with #C56875
Text Example
Text Example
White with #C56875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56875; }
p { color: rgb(197,104,117); }
H1.HeaderClassName
{
color: #C56875;
}
.AnyTagClassName
{
color: #C56875;
}
</style>
background-color css
<style>
a { background-color: #C56875; }
a { background-color: rgb(197,104,117); }
div.DivClassName
{
background-color: #C56875;
}
.BgClassName
{
background-color: #C56875;
}
</style>
border-color css
<style>
span { border-color: #C56875; }
span { border-color: rgb(197,104,117); }
td.TdClassName
{
border-color: #C56875;
}
.TagClassName
{
border-color: #C56875;
}
</style>