Shades of Cabaret #C93C6E
Tints of Cabaret #C93C6E
RGB
CMYK
RGB Variations
Color information
#C93C6E (or 0xC93C6E) is known color: Cabaret. HEX triplet: C9, 3C and 6E. RGB value is (201,60,110). Sum of RGB (Red+Green+Blue) = 201+60+110=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C6E is #36C391. Grayscale: #6B6B6B. Windows color (decimal): -3589010 or 7224521. OLE color: 7224521.
HSL color Cylindrical-coordinate representation of color #C93C6E: hue angle of 338.72º degrees, saturation: 0.57, 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 #C93C6E is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 110 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.21 |
| HSL | 338.72º | 0.57% | 0.51% | - |
| HSV(B) | 338.72º | 0.7% | 0.79% | - |
| XYZ | 28.52 | 16.78 | 16.49 | - |
| YUV | 107.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 110 | 0 | 0.70 | 0.45 | 0.21 | 338.72 | 0.57 | 0.51 |
| Hex | C9 | 3C | 6E | 0 | 46 | 2D | 15 | 153 | 39 | 33 |
| Octal | 311 | 74 | 156 | 0 | 106 | 55 | 25 | 523 | 71 | 63 |
| Binary | 11001001 | 111100 | 1101110 | 0 | 1000110 | 101101 | 10101 | 101010011 | 111001 | 110011 |
Color Harmonies of #C93C6E
Complementary color
Monochromatic Colors of #C93C6E
Black with #C93C6E
Text Example
Text Example
White with #C93C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C6E; }
p { color: rgb(201,60,110); }
H1.HeaderClassName
{
color: #C93C6E;
}
.AnyTagClassName
{
color: #C93C6E;
}
</style>
background-color css
<style>
a { background-color: #C93C6E; }
a { background-color: rgb(201,60,110); }
div.DivClassName
{
background-color: #C93C6E;
}
.BgClassName
{
background-color: #C93C6E;
}
</style>
border-color css
<style>
span { border-color: #C93C6E; }
span { border-color: rgb(201,60,110); }
td.TdClassName
{
border-color: #C93C6E;
}
.TagClassName
{
border-color: #C93C6E;
}
</style>