Shades of Cabaret #C94263
Tints of Cabaret #C94263
RGB
CMYK
RGB Variations
Color information
#C94263 (or 0xC94263) is known color: Cabaret. HEX triplet: C9, 42 and 63. RGB value is (201,66,99). Sum of RGB (Red+Green+Blue) = 201+66+99=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C94263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94263 is #36BD9C. Grayscale: #6E6E6E. Windows color (decimal): -3587485 or 6505161. OLE color: 6505161.
HSL color Cylindrical-coordinate representation of color #C94263: hue angle of 345.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94263 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 99 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.21 |
| HSL | 345.33º | 0.56% | 0.52% | - |
| HSV(B) | 345.33º | 0.67% | 0.79% | - |
| XYZ | 28.29 | 17.21 | 13.64 | - |
| YUV | 110.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 99 | 0 | 0.67 | 0.51 | 0.21 | 345.33 | 0.56 | 0.52 |
| Hex | C9 | 42 | 63 | 0 | 43 | 33 | 15 | 159 | 38 | 34 |
| Octal | 311 | 102 | 143 | 0 | 103 | 63 | 25 | 531 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1100011 | 0 | 1000011 | 110011 | 10101 | 101011001 | 111000 | 110100 |
Color Harmonies of #C94263
Complementary color
Monochromatic Colors of #C94263
Black with #C94263
Text Example
Text Example
White with #C94263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94263; }
p { color: rgb(201,66,99); }
H1.HeaderClassName
{
color: #C94263;
}
.AnyTagClassName
{
color: #C94263;
}
</style>
background-color css
<style>
a { background-color: #C94263; }
a { background-color: rgb(201,66,99); }
div.DivClassName
{
background-color: #C94263;
}
.BgClassName
{
background-color: #C94263;
}
</style>
border-color css
<style>
span { border-color: #C94263; }
span { border-color: rgb(201,66,99); }
td.TdClassName
{
border-color: #C94263;
}
.TagClassName
{
border-color: #C94263;
}
</style>