Shades of Cabaret #C15B6C
Tints of Cabaret #C15B6C
RGB
CMYK
RGB Variations
Color information
#C15B6C (or 0xC15B6C) is known color: Cabaret. HEX triplet: C1, 5B and 6C. RGB value is (193,91,108). Sum of RGB (Red+Green+Blue) = 193+91+108=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B6C is #3EA493. Grayscale: #7B7B7B. Windows color (decimal): -4105364 or 7101377. OLE color: 7101377.
HSL color Cylindrical-coordinate representation of color #C15B6C: hue angle of 350º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B6C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 108 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.24 |
| HSL | 350º | 0.45% | 0.56% | - |
| HSV(B) | 350º | 0.53% | 0.76% | - |
| XYZ | 28.44 | 19.9 | 16.53 | - |
| YUV | 123.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 108 | 0 | 0.53 | 0.44 | 0.24 | 350 | 0.45 | 0.56 |
| Hex | C1 | 5B | 6C | 0 | 35 | 2C | 18 | 15E | 2D | 38 |
| Octal | 301 | 133 | 154 | 0 | 65 | 54 | 30 | 536 | 55 | 70 |
| Binary | 11000001 | 1011011 | 1101100 | 0 | 110101 | 101100 | 11000 | 101011110 | 101101 | 111000 |
Color Harmonies of #C15B6C
Complementary color
Monochromatic Colors of #C15B6C
Black with #C15B6C
Text Example
Text Example
White with #C15B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B6C; }
p { color: rgb(193,91,108); }
H1.HeaderClassName
{
color: #C15B6C;
}
.AnyTagClassName
{
color: #C15B6C;
}
</style>
background-color css
<style>
a { background-color: #C15B6C; }
a { background-color: rgb(193,91,108); }
div.DivClassName
{
background-color: #C15B6C;
}
.BgClassName
{
background-color: #C15B6C;
}
</style>
border-color css
<style>
span { border-color: #C15B6C; }
span { border-color: rgb(193,91,108); }
td.TdClassName
{
border-color: #C15B6C;
}
.TagClassName
{
border-color: #C15B6C;
}
</style>