Shades of Cabaret #C85074
Tints of Cabaret #C85074
RGB
CMYK
RGB Variations
Color information
#C85074 (or 0xC85074) is known color: Cabaret. HEX triplet: C8, 50 and 74. RGB value is (200,80,116). Sum of RGB (Red+Green+Blue) = 200+80+116=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C85074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85074 is #37AF8B. Grayscale: #777777. Windows color (decimal): -3649420 or 7622856. OLE color: 7622856.
HSL color Cylindrical-coordinate representation of color #C85074: hue angle of 342º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85074 is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 116 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.22 |
| HSL | 342º | 0.52% | 0.55% | - |
| HSV(B) | 342º | 0.6% | 0.78% | - |
| XYZ | 29.84 | 19.28 | 18.67 | - |
| YUV | 119.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 116 | 0 | 0.6 | 0.42 | 0.22 | 342 | 0.52 | 0.55 |
| Hex | C8 | 50 | 74 | 0 | 3C | 2A | 16 | 156 | 34 | 37 |
| Octal | 310 | 120 | 164 | 0 | 74 | 52 | 26 | 526 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1110100 | 0 | 111100 | 101010 | 10110 | 101010110 | 110100 | 110111 |
Color Harmonies of #C85074
Complementary color
Monochromatic Colors of #C85074
Black with #C85074
Text Example
Text Example
White with #C85074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85074; }
p { color: rgb(200,80,116); }
H1.HeaderClassName
{
color: #C85074;
}
.AnyTagClassName
{
color: #C85074;
}
</style>
background-color css
<style>
a { background-color: #C85074; }
a { background-color: rgb(200,80,116); }
div.DivClassName
{
background-color: #C85074;
}
.BgClassName
{
background-color: #C85074;
}
</style>
border-color css
<style>
span { border-color: #C85074; }
span { border-color: rgb(200,80,116); }
td.TdClassName
{
border-color: #C85074;
}
.TagClassName
{
border-color: #C85074;
}
</style>