Shades of Cabaret #C45B70
Tints of Cabaret #C45B70
RGB
CMYK
RGB Variations
Color information
#C45B70 (or 0xC45B70) is known color: Cabaret. HEX triplet: C4, 5B and 70. RGB value is (196,91,112). Sum of RGB (Red+Green+Blue) = 196+91+112=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45B70 is #3BA48F. Grayscale: #7C7C7C. Windows color (decimal): -3908752 or 7363524. OLE color: 7363524.
HSL color Cylindrical-coordinate representation of color #C45B70: hue angle of 348º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45B70 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 112 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.23 |
| HSL | 348º | 0.47% | 0.56% | - |
| HSV(B) | 348º | 0.54% | 0.77% | - |
| XYZ | 29.43 | 20.39 | 17.71 | - |
| YUV | 124.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 112 | 0 | 0.54 | 0.43 | 0.23 | 348 | 0.47 | 0.56 |
| Hex | C4 | 5B | 70 | 0 | 36 | 2B | 17 | 15C | 2F | 38 |
| Octal | 304 | 133 | 160 | 0 | 66 | 53 | 27 | 534 | 57 | 70 |
| Binary | 11000100 | 1011011 | 1110000 | 0 | 110110 | 101011 | 10111 | 101011100 | 101111 | 111000 |
Color Harmonies of #C45B70
Complementary color
Monochromatic Colors of #C45B70
Black with #C45B70
Text Example
Text Example
White with #C45B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B70; }
p { color: rgb(196,91,112); }
H1.HeaderClassName
{
color: #C45B70;
}
.AnyTagClassName
{
color: #C45B70;
}
</style>
background-color css
<style>
a { background-color: #C45B70; }
a { background-color: rgb(196,91,112); }
div.DivClassName
{
background-color: #C45B70;
}
.BgClassName
{
background-color: #C45B70;
}
</style>
border-color css
<style>
span { border-color: #C45B70; }
span { border-color: rgb(196,91,112); }
td.TdClassName
{
border-color: #C45B70;
}
.TagClassName
{
border-color: #C45B70;
}
</style>