Shades of Cabaret #C85A79
Tints of Cabaret #C85A79
RGB
CMYK
RGB Variations
Color information
#C85A79 (or 0xC85A79) is known color: Cabaret. HEX triplet: C8, 5A and 79. RGB value is (200,90,121). Sum of RGB (Red+Green+Blue) = 200+90+121=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A79 is #37A586. Grayscale: #7E7E7E. Windows color (decimal): -3646855 or 7953096. OLE color: 7953096.
HSL color Cylindrical-coordinate representation of color #C85A79: hue angle of 343.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A79 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 121 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.22 |
| HSL | 343.09º | 0.5% | 0.57% | - |
| HSV(B) | 343.09º | 0.55% | 0.78% | - |
| XYZ | 30.93 | 20.97 | 20.51 | - |
| YUV | 126.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 121 | 0 | 0.55 | 0.39 | 0.22 | 343.09 | 0.5 | 0.57 |
| Hex | C8 | 5A | 79 | 0 | 37 | 27 | 16 | 157 | 32 | 39 |
| Octal | 310 | 132 | 171 | 0 | 67 | 47 | 26 | 527 | 62 | 71 |
| Binary | 11001000 | 1011010 | 1111001 | 0 | 110111 | 100111 | 10110 | 101010111 | 110010 | 111001 |
Color Harmonies of #C85A79
Complementary color
Monochromatic Colors of #C85A79
Black with #C85A79
Text Example
Text Example
White with #C85A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A79; }
p { color: rgb(200,90,121); }
H1.HeaderClassName
{
color: #C85A79;
}
.AnyTagClassName
{
color: #C85A79;
}
</style>
background-color css
<style>
a { background-color: #C85A79; }
a { background-color: rgb(200,90,121); }
div.DivClassName
{
background-color: #C85A79;
}
.BgClassName
{
background-color: #C85A79;
}
</style>
border-color css
<style>
span { border-color: #C85A79; }
span { border-color: rgb(200,90,121); }
td.TdClassName
{
border-color: #C85A79;
}
.TagClassName
{
border-color: #C85A79;
}
</style>