Shades of Cabaret #C94462
Tints of Cabaret #C94462
RGB
CMYK
RGB Variations
Color information
#C94462 (or 0xC94462) is known color: Cabaret. HEX triplet: C9, 44 and 62. RGB value is (201,68,98). Sum of RGB (Red+Green+Blue) = 201+68+98=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C94462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94462 is #36BB9D. Grayscale: #6F6F6F. Windows color (decimal): -3586974 or 6440137. OLE color: 6440137.
HSL color Cylindrical-coordinate representation of color #C94462: hue angle of 346.47º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94462 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 98 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.21 |
| HSL | 346.47º | 0.55% | 0.53% | - |
| HSV(B) | 346.47º | 0.66% | 0.79% | - |
| XYZ | 28.36 | 17.43 | 13.43 | - |
| YUV | 111.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 98 | 0 | 0.66 | 0.51 | 0.21 | 346.47 | 0.55 | 0.53 |
| Hex | C9 | 44 | 62 | 0 | 42 | 33 | 15 | 15A | 37 | 35 |
| Octal | 311 | 104 | 142 | 0 | 102 | 63 | 25 | 532 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1100010 | 0 | 1000010 | 110011 | 10101 | 101011010 | 110111 | 110101 |
Color Harmonies of #C94462
Complementary color
Monochromatic Colors of #C94462
Black with #C94462
Text Example
Text Example
White with #C94462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94462; }
p { color: rgb(201,68,98); }
H1.HeaderClassName
{
color: #C94462;
}
.AnyTagClassName
{
color: #C94462;
}
</style>
background-color css
<style>
a { background-color: #C94462; }
a { background-color: rgb(201,68,98); }
div.DivClassName
{
background-color: #C94462;
}
.BgClassName
{
background-color: #C94462;
}
</style>
border-color css
<style>
span { border-color: #C94462; }
span { border-color: rgb(201,68,98); }
td.TdClassName
{
border-color: #C94462;
}
.TagClassName
{
border-color: #C94462;
}
</style>