Shades of Cabaret #C95675
Tints of Cabaret #C95675
RGB
CMYK
RGB Variations
Color information
#C95675 (or 0xC95675) is known color: Cabaret. HEX triplet: C9, 56 and 75. RGB value is (201,86,117). Sum of RGB (Red+Green+Blue) = 201+86+117=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C95675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95675 is #36A98A. Grayscale: #7B7B7B. Windows color (decimal): -3582347 or 7689929. OLE color: 7689929.
HSL color Cylindrical-coordinate representation of color #C95675: hue angle of 343.83º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95675 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 117 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.21 |
| HSL | 343.83º | 0.52% | 0.56% | - |
| HSV(B) | 343.83º | 0.57% | 0.79% | - |
| XYZ | 30.63 | 20.36 | 19.14 | - |
| YUV | 123.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 117 | 0 | 0.57 | 0.42 | 0.21 | 343.83 | 0.52 | 0.56 |
| Hex | C9 | 56 | 75 | 0 | 39 | 2A | 15 | 158 | 34 | 38 |
| Octal | 311 | 126 | 165 | 0 | 71 | 52 | 25 | 530 | 64 | 70 |
| Binary | 11001001 | 1010110 | 1110101 | 0 | 111001 | 101010 | 10101 | 101011000 | 110100 | 111000 |
Color Harmonies of #C95675
Complementary color
Monochromatic Colors of #C95675
Black with #C95675
Text Example
Text Example
White with #C95675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95675; }
p { color: rgb(201,86,117); }
H1.HeaderClassName
{
color: #C95675;
}
.AnyTagClassName
{
color: #C95675;
}
</style>
background-color css
<style>
a { background-color: #C95675; }
a { background-color: rgb(201,86,117); }
div.DivClassName
{
background-color: #C95675;
}
.BgClassName
{
background-color: #C95675;
}
</style>
border-color css
<style>
span { border-color: #C95675; }
span { border-color: rgb(201,86,117); }
td.TdClassName
{
border-color: #C95675;
}
.TagClassName
{
border-color: #C95675;
}
</style>