Shades of Cabaret #C15C67
Tints of Cabaret #C15C67
RGB
CMYK
RGB Variations
Color information
#C15C67 (or 0xC15C67) is known color: Cabaret. HEX triplet: C1, 5C and 67. RGB value is (193,92,103). Sum of RGB (Red+Green+Blue) = 193+92+103=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C67 is #3EA398. Grayscale: #7B7B7B. Windows color (decimal): -4105113 or 6773953. OLE color: 6773953.
HSL color Cylindrical-coordinate representation of color #C15C67: hue angle of 353.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15C67 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 103 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.24 |
| HSL | 353.47º | 0.45% | 0.56% | - |
| HSV(B) | 353.47º | 0.52% | 0.76% | - |
| XYZ | 28.27 | 19.97 | 15.2 | - |
| YUV | 123.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 103 | 0 | 0.52 | 0.47 | 0.24 | 353.47 | 0.45 | 0.56 |
| Hex | C1 | 5C | 67 | 0 | 34 | 2F | 18 | 161 | 2D | 38 |
| Octal | 301 | 134 | 147 | 0 | 64 | 57 | 30 | 541 | 55 | 70 |
| Binary | 11000001 | 1011100 | 1100111 | 0 | 110100 | 101111 | 11000 | 101100001 | 101101 | 111000 |
Color Harmonies of #C15C67
Complementary color
Monochromatic Colors of #C15C67
Black with #C15C67
Text Example
Text Example
White with #C15C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C67; }
p { color: rgb(193,92,103); }
H1.HeaderClassName
{
color: #C15C67;
}
.AnyTagClassName
{
color: #C15C67;
}
</style>
background-color css
<style>
a { background-color: #C15C67; }
a { background-color: rgb(193,92,103); }
div.DivClassName
{
background-color: #C15C67;
}
.BgClassName
{
background-color: #C15C67;
}
</style>
border-color css
<style>
span { border-color: #C15C67; }
span { border-color: rgb(193,92,103); }
td.TdClassName
{
border-color: #C15C67;
}
.TagClassName
{
border-color: #C15C67;
}
</style>