Shades of Cabaret #C94C6A
Tints of Cabaret #C94C6A
RGB
CMYK
RGB Variations
Color information
#C94C6A (or 0xC94C6A) is known color: Cabaret. HEX triplet: C9, 4C and 6A. RGB value is (201,76,106). Sum of RGB (Red+Green+Blue) = 201+76+106=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C6A is #36B395. Grayscale: #747474. Windows color (decimal): -3584918 or 6966473. OLE color: 6966473.
HSL color Cylindrical-coordinate representation of color #C94C6A: hue angle of 345.6º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94C6A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 106 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.21 |
| HSL | 345.6º | 0.54% | 0.54% | - |
| HSV(B) | 345.6º | 0.62% | 0.79% | - |
| XYZ | 29.27 | 18.63 | 15.69 | - |
| YUV | 116.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 106 | 0 | 0.62 | 0.47 | 0.21 | 345.6 | 0.54 | 0.54 |
| Hex | C9 | 4C | 6A | 0 | 3E | 2F | 15 | 15A | 36 | 36 |
| Octal | 311 | 114 | 152 | 0 | 76 | 57 | 25 | 532 | 66 | 66 |
| Binary | 11001001 | 1001100 | 1101010 | 0 | 111110 | 101111 | 10101 | 101011010 | 110110 | 110110 |
Color Harmonies of #C94C6A
Complementary color
Monochromatic Colors of #C94C6A
Black with #C94C6A
Text Example
Text Example
White with #C94C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C6A; }
p { color: rgb(201,76,106); }
H1.HeaderClassName
{
color: #C94C6A;
}
.AnyTagClassName
{
color: #C94C6A;
}
</style>
background-color css
<style>
a { background-color: #C94C6A; }
a { background-color: rgb(201,76,106); }
div.DivClassName
{
background-color: #C94C6A;
}
.BgClassName
{
background-color: #C94C6A;
}
</style>
border-color css
<style>
span { border-color: #C94C6A; }
span { border-color: rgb(201,76,106); }
td.TdClassName
{
border-color: #C94C6A;
}
.TagClassName
{
border-color: #C94C6A;
}
</style>