Shades of Cabaret #C1536F
Tints of Cabaret #C1536F
RGB
CMYK
RGB Variations
Color information
#C1536F (or 0xC1536F) is known color: Cabaret. HEX triplet: C1, 53 and 6F. RGB value is (193,83,111). Sum of RGB (Red+Green+Blue) = 193+83+111=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1536F is #3EAC90. Grayscale: #777777. Windows color (decimal): -4107409 or 7295937. OLE color: 7295937.
HSL color Cylindrical-coordinate representation of color #C1536F: hue angle of 344.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1536F is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 111 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.24 |
| HSL | 344.73º | 0.47% | 0.54% | - |
| HSV(B) | 344.73º | 0.57% | 0.76% | - |
| XYZ | 27.95 | 18.67 | 17.17 | - |
| YUV | 119.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 111 | 0 | 0.57 | 0.42 | 0.24 | 344.73 | 0.47 | 0.54 |
| Hex | C1 | 53 | 6F | 0 | 39 | 2A | 18 | 159 | 2F | 36 |
| Octal | 301 | 123 | 157 | 0 | 71 | 52 | 30 | 531 | 57 | 66 |
| Binary | 11000001 | 1010011 | 1101111 | 0 | 111001 | 101010 | 11000 | 101011001 | 101111 | 110110 |
Color Harmonies of #C1536F
Complementary color
Monochromatic Colors of #C1536F
Black with #C1536F
Text Example
Text Example
White with #C1536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1536F; }
p { color: rgb(193,83,111); }
H1.HeaderClassName
{
color: #C1536F;
}
.AnyTagClassName
{
color: #C1536F;
}
</style>
background-color css
<style>
a { background-color: #C1536F; }
a { background-color: rgb(193,83,111); }
div.DivClassName
{
background-color: #C1536F;
}
.BgClassName
{
background-color: #C1536F;
}
</style>
border-color css
<style>
span { border-color: #C1536F; }
span { border-color: rgb(193,83,111); }
td.TdClassName
{
border-color: #C1536F;
}
.TagClassName
{
border-color: #C1536F;
}
</style>