Shades of Cabaret #C46870
Tints of Cabaret #C46870
RGB
CMYK
RGB Variations
Color information
#C46870 (or 0xC46870) is known color: Cabaret. HEX triplet: C4, 68 and 70. RGB value is (196,104,112). Sum of RGB (Red+Green+Blue) = 196+104+112=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46870 is #3B978F. Grayscale: #848484. Windows color (decimal): -3905424 or 7366852. OLE color: 7366852.
HSL color Cylindrical-coordinate representation of color #C46870: hue angle of 354.78º 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 #C46870 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 112 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.23 |
| HSL | 354.78º | 0.44% | 0.59% | - |
| HSV(B) | 354.78º | 0.47% | 0.77% | - |
| XYZ | 30.64 | 22.81 | 18.12 | - |
| YUV | 132.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 112 | 0 | 0.47 | 0.43 | 0.23 | 354.78 | 0.44 | 0.59 |
| Hex | C4 | 68 | 70 | 0 | 2F | 2B | 17 | 163 | 2C | 3B |
| Octal | 304 | 150 | 160 | 0 | 57 | 53 | 27 | 543 | 54 | 73 |
| Binary | 11000100 | 1101000 | 1110000 | 0 | 101111 | 101011 | 10111 | 101100011 | 101100 | 111011 |
Color Harmonies of #C46870
Complementary color
Monochromatic Colors of #C46870
Black with #C46870
Text Example
Text Example
White with #C46870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46870; }
p { color: rgb(196,104,112); }
H1.HeaderClassName
{
color: #C46870;
}
.AnyTagClassName
{
color: #C46870;
}
</style>
background-color css
<style>
a { background-color: #C46870; }
a { background-color: rgb(196,104,112); }
div.DivClassName
{
background-color: #C46870;
}
.BgClassName
{
background-color: #C46870;
}
</style>
border-color css
<style>
span { border-color: #C46870; }
span { border-color: rgb(196,104,112); }
td.TdClassName
{
border-color: #C46870;
}
.TagClassName
{
border-color: #C46870;
}
</style>