Shades of Cabaret #C95365
Tints of Cabaret #C95365
RGB
CMYK
RGB Variations
Color information
#C95365 (or 0xC95365) is known color: Cabaret. HEX triplet: C9, 53 and 65. RGB value is (201,83,101). Sum of RGB (Red+Green+Blue) = 201+83+101=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95365 is #36AC9A. Grayscale: #787878. Windows color (decimal): -3583131 or 6640585. OLE color: 6640585.
HSL color Cylindrical-coordinate representation of color #C95365: hue angle of 350.85º 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 #C95365 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 101 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.21 |
| HSL | 350.85º | 0.52% | 0.56% | - |
| HSV(B) | 350.85º | 0.59% | 0.79% | - |
| XYZ | 29.53 | 19.54 | 14.53 | - |
| YUV | 120.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 101 | 0 | 0.59 | 0.50 | 0.21 | 350.85 | 0.52 | 0.56 |
| Hex | C9 | 53 | 65 | 0 | 3B | 32 | 15 | 15F | 34 | 38 |
| Octal | 311 | 123 | 145 | 0 | 73 | 62 | 25 | 537 | 64 | 70 |
| Binary | 11001001 | 1010011 | 1100101 | 0 | 111011 | 110010 | 10101 | 101011111 | 110100 | 111000 |
Color Harmonies of #C95365
Complementary color
Monochromatic Colors of #C95365
Black with #C95365
Text Example
Text Example
White with #C95365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95365; }
p { color: rgb(201,83,101); }
H1.HeaderClassName
{
color: #C95365;
}
.AnyTagClassName
{
color: #C95365;
}
</style>
background-color css
<style>
a { background-color: #C95365; }
a { background-color: rgb(201,83,101); }
div.DivClassName
{
background-color: #C95365;
}
.BgClassName
{
background-color: #C95365;
}
</style>
border-color css
<style>
span { border-color: #C95365; }
span { border-color: rgb(201,83,101); }
td.TdClassName
{
border-color: #C95365;
}
.TagClassName
{
border-color: #C95365;
}
</style>