Shades of Cabaret #C75679
Tints of Cabaret #C75679
RGB
CMYK
RGB Variations
Color information
#C75679 (or 0xC75679) is known color: Cabaret. HEX triplet: C7, 56 and 79. RGB value is (199,86,121). Sum of RGB (Red+Green+Blue) = 199+86+121=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C75679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75679 is #38A986. Grayscale: #7B7B7B. Windows color (decimal): -3713415 or 7952071. OLE color: 7952071.
HSL color Cylindrical-coordinate representation of color #C75679: hue angle of 341.42º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75679 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 121 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.22 |
| HSL | 341.42º | 0.5% | 0.56% | - |
| HSV(B) | 341.42º | 0.57% | 0.78% | - |
| XYZ | 30.33 | 20.18 | 20.39 | - |
| YUV | 123.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 121 | 0 | 0.57 | 0.39 | 0.22 | 341.42 | 0.5 | 0.56 |
| Hex | C7 | 56 | 79 | 0 | 39 | 27 | 16 | 155 | 32 | 38 |
| Octal | 307 | 126 | 171 | 0 | 71 | 47 | 26 | 525 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1111001 | 0 | 111001 | 100111 | 10110 | 101010101 | 110010 | 111000 |
Color Harmonies of #C75679
Complementary color
Monochromatic Colors of #C75679
Black with #C75679
Text Example
Text Example
White with #C75679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75679; }
p { color: rgb(199,86,121); }
H1.HeaderClassName
{
color: #C75679;
}
.AnyTagClassName
{
color: #C75679;
}
</style>
background-color css
<style>
a { background-color: #C75679; }
a { background-color: rgb(199,86,121); }
div.DivClassName
{
background-color: #C75679;
}
.BgClassName
{
background-color: #C75679;
}
</style>
border-color css
<style>
span { border-color: #C75679; }
span { border-color: rgb(199,86,121); }
td.TdClassName
{
border-color: #C75679;
}
.TagClassName
{
border-color: #C75679;
}
</style>