Shades of Cabaret #C45B6B
Tints of Cabaret #C45B6B
RGB
CMYK
RGB Variations
Color information
#C45B6B (or 0xC45B6B) is known color: Cabaret. HEX triplet: C4, 5B and 6B. RGB value is (196,91,107). Sum of RGB (Red+Green+Blue) = 196+91+107=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45B6B is #3BA494. Grayscale: #7C7C7C. Windows color (decimal): -3908757 or 7035844. OLE color: 7035844.
HSL color Cylindrical-coordinate representation of color #C45B6B: hue angle of 350.86º 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 #C45B6B is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 107 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.23 |
| HSL | 350.86º | 0.47% | 0.56% | - |
| HSV(B) | 350.86º | 0.54% | 0.77% | - |
| XYZ | 29.16 | 20.28 | 16.29 | - |
| YUV | 124.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 107 | 0 | 0.54 | 0.45 | 0.23 | 350.86 | 0.47 | 0.56 |
| Hex | C4 | 5B | 6B | 0 | 36 | 2D | 17 | 15F | 2F | 38 |
| Octal | 304 | 133 | 153 | 0 | 66 | 55 | 27 | 537 | 57 | 70 |
| Binary | 11000100 | 1011011 | 1101011 | 0 | 110110 | 101101 | 10111 | 101011111 | 101111 | 111000 |
Color Harmonies of #C45B6B
Complementary color
Monochromatic Colors of #C45B6B
Black with #C45B6B
Text Example
Text Example
White with #C45B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B6B; }
p { color: rgb(196,91,107); }
H1.HeaderClassName
{
color: #C45B6B;
}
.AnyTagClassName
{
color: #C45B6B;
}
</style>
background-color css
<style>
a { background-color: #C45B6B; }
a { background-color: rgb(196,91,107); }
div.DivClassName
{
background-color: #C45B6B;
}
.BgClassName
{
background-color: #C45B6B;
}
</style>
border-color css
<style>
span { border-color: #C45B6B; }
span { border-color: rgb(196,91,107); }
td.TdClassName
{
border-color: #C45B6B;
}
.TagClassName
{
border-color: #C45B6B;
}
</style>