Shades of Cabaret #C95378
Tints of Cabaret #C95378
RGB
CMYK
RGB Variations
Color information
#C95378 (or 0xC95378) is known color: Cabaret. HEX triplet: C9, 53 and 78. RGB value is (201,83,120). Sum of RGB (Red+Green+Blue) = 201+83+120=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C95378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95378 is #36AC87. Grayscale: #7A7A7A. Windows color (decimal): -3583112 or 7885769. OLE color: 7885769.
HSL color Cylindrical-coordinate representation of color #C95378: hue angle of 341.19º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95378 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 120 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.21 |
| HSL | 341.19º | 0.52% | 0.56% | - |
| HSV(B) | 341.19º | 0.59% | 0.79% | - |
| XYZ | 30.57 | 19.96 | 20.01 | - |
| YUV | 122.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 120 | 0 | 0.59 | 0.40 | 0.21 | 341.19 | 0.52 | 0.56 |
| Hex | C9 | 53 | 78 | 0 | 3B | 28 | 15 | 155 | 34 | 38 |
| Octal | 311 | 123 | 170 | 0 | 73 | 50 | 25 | 525 | 64 | 70 |
| Binary | 11001001 | 1010011 | 1111000 | 0 | 111011 | 101000 | 10101 | 101010101 | 110100 | 111000 |
Color Harmonies of #C95378
Complementary color
Monochromatic Colors of #C95378
Black with #C95378
Text Example
Text Example
White with #C95378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95378; }
p { color: rgb(201,83,120); }
H1.HeaderClassName
{
color: #C95378;
}
.AnyTagClassName
{
color: #C95378;
}
</style>
background-color css
<style>
a { background-color: #C95378; }
a { background-color: rgb(201,83,120); }
div.DivClassName
{
background-color: #C95378;
}
.BgClassName
{
background-color: #C95378;
}
</style>
border-color css
<style>
span { border-color: #C95378; }
span { border-color: rgb(201,83,120); }
td.TdClassName
{
border-color: #C95378;
}
.TagClassName
{
border-color: #C95378;
}
</style>