Shades of Cabaret #C15270
Tints of Cabaret #C15270
RGB
CMYK
RGB Variations
Color information
#C15270 (or 0xC15270) is known color: Cabaret. HEX triplet: C1, 52 and 70. RGB value is (193,82,112). Sum of RGB (Red+Green+Blue) = 193+82+112=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C15270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15270 is #3EAD8F. Grayscale: #767676. Windows color (decimal): -4107664 or 7361217. OLE color: 7361217.
HSL color Cylindrical-coordinate representation of color #C15270: hue angle of 343.78º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15270 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 112 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.24 |
| HSL | 343.78º | 0.47% | 0.54% | - |
| HSV(B) | 343.78º | 0.58% | 0.76% | - |
| XYZ | 27.93 | 18.54 | 17.44 | - |
| YUV | 118.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 112 | 0 | 0.58 | 0.42 | 0.24 | 343.78 | 0.47 | 0.54 |
| Hex | C1 | 52 | 70 | 0 | 3A | 2A | 18 | 158 | 2F | 36 |
| Octal | 301 | 122 | 160 | 0 | 72 | 52 | 30 | 530 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1110000 | 0 | 111010 | 101010 | 11000 | 101011000 | 101111 | 110110 |
Color Harmonies of #C15270
Complementary color
Monochromatic Colors of #C15270
Black with #C15270
Text Example
Text Example
White with #C15270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15270; }
p { color: rgb(193,82,112); }
H1.HeaderClassName
{
color: #C15270;
}
.AnyTagClassName
{
color: #C15270;
}
</style>
background-color css
<style>
a { background-color: #C15270; }
a { background-color: rgb(193,82,112); }
div.DivClassName
{
background-color: #C15270;
}
.BgClassName
{
background-color: #C15270;
}
</style>
border-color css
<style>
span { border-color: #C15270; }
span { border-color: rgb(193,82,112); }
td.TdClassName
{
border-color: #C15270;
}
.TagClassName
{
border-color: #C15270;
}
</style>