Shades of Cabaret #C15B68
Tints of Cabaret #C15B68
RGB
CMYK
RGB Variations
Color information
#C15B68 (or 0xC15B68) is known color: Cabaret. HEX triplet: C1, 5B and 68. RGB value is (193,91,104). Sum of RGB (Red+Green+Blue) = 193+91+104=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B68 is #3EA497. Grayscale: #7B7B7B. Windows color (decimal): -4105368 or 6839233. OLE color: 6839233.
HSL color Cylindrical-coordinate representation of color #C15B68: hue angle of 352.35º 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 #C15B68 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 104 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.24 |
| HSL | 352.35º | 0.45% | 0.56% | - |
| HSV(B) | 352.35º | 0.53% | 0.76% | - |
| XYZ | 28.23 | 19.82 | 15.43 | - |
| YUV | 122.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 104 | 0 | 0.53 | 0.46 | 0.24 | 352.35 | 0.45 | 0.56 |
| Hex | C1 | 5B | 68 | 0 | 35 | 2E | 18 | 160 | 2D | 38 |
| Octal | 301 | 133 | 150 | 0 | 65 | 56 | 30 | 540 | 55 | 70 |
| Binary | 11000001 | 1011011 | 1101000 | 0 | 110101 | 101110 | 11000 | 101100000 | 101101 | 111000 |
Color Harmonies of #C15B68
Complementary color
Monochromatic Colors of #C15B68
Black with #C15B68
Text Example
Text Example
White with #C15B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B68; }
p { color: rgb(193,91,104); }
H1.HeaderClassName
{
color: #C15B68;
}
.AnyTagClassName
{
color: #C15B68;
}
</style>
background-color css
<style>
a { background-color: #C15B68; }
a { background-color: rgb(193,91,104); }
div.DivClassName
{
background-color: #C15B68;
}
.BgClassName
{
background-color: #C15B68;
}
</style>
border-color css
<style>
span { border-color: #C15B68; }
span { border-color: rgb(193,91,104); }
td.TdClassName
{
border-color: #C15B68;
}
.TagClassName
{
border-color: #C15B68;
}
</style>