Shades of Cabaret #C93D61
Tints of Cabaret #C93D61
RGB
CMYK
RGB Variations
Color information
#C93D61 (or 0xC93D61) is known color: Cabaret. HEX triplet: C9, 3D and 61. RGB value is (201,61,97). Sum of RGB (Red+Green+Blue) = 201+61+97=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D61 is #36C29E. Grayscale: #6A6A6A. Windows color (decimal): -3588767 or 6372809. OLE color: 6372809.
HSL color Cylindrical-coordinate representation of color #C93D61: hue angle of 344.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D61 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 97 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.21 |
| HSL | 344.57º | 0.56% | 0.51% | - |
| HSV(B) | 344.57º | 0.7% | 0.79% | - |
| XYZ | 27.91 | 16.62 | 13.05 | - |
| YUV | 106.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 97 | 0 | 0.70 | 0.52 | 0.21 | 344.57 | 0.56 | 0.51 |
| Hex | C9 | 3D | 61 | 0 | 46 | 34 | 15 | 159 | 38 | 33 |
| Octal | 311 | 75 | 141 | 0 | 106 | 64 | 25 | 531 | 70 | 63 |
| Binary | 11001001 | 111101 | 1100001 | 0 | 1000110 | 110100 | 10101 | 101011001 | 111000 | 110011 |
Color Harmonies of #C93D61
Complementary color
Monochromatic Colors of #C93D61
Black with #C93D61
Text Example
Text Example
White with #C93D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D61; }
p { color: rgb(201,61,97); }
H1.HeaderClassName
{
color: #C93D61;
}
.AnyTagClassName
{
color: #C93D61;
}
</style>
background-color css
<style>
a { background-color: #C93D61; }
a { background-color: rgb(201,61,97); }
div.DivClassName
{
background-color: #C93D61;
}
.BgClassName
{
background-color: #C93D61;
}
</style>
border-color css
<style>
span { border-color: #C93D61; }
span { border-color: rgb(201,61,97); }
td.TdClassName
{
border-color: #C93D61;
}
.TagClassName
{
border-color: #C93D61;
}
</style>