Shades of Cabaret #C85E7A
Tints of Cabaret #C85E7A
RGB
CMYK
RGB Variations
Color information
#C85E7A (or 0xC85E7A) is known color: Cabaret. HEX triplet: C8, 5E and 7A. RGB value is (200,94,122). Sum of RGB (Red+Green+Blue) = 200+94+122=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E7A is #37A185. Grayscale: #808080. Windows color (decimal): -3645830 or 8019656. OLE color: 8019656.
HSL color Cylindrical-coordinate representation of color #C85E7A: hue angle of 344.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85E7A is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 122 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.22 |
| HSL | 344.15º | 0.49% | 0.58% | - |
| HSV(B) | 344.15º | 0.53% | 0.78% | - |
| XYZ | 31.33 | 21.69 | 20.95 | - |
| YUV | 128.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 122 | 0 | 0.53 | 0.39 | 0.22 | 344.15 | 0.49 | 0.58 |
| Hex | C8 | 5E | 7A | 0 | 35 | 27 | 16 | 158 | 31 | 3A |
| Octal | 310 | 136 | 172 | 0 | 65 | 47 | 26 | 530 | 61 | 72 |
| Binary | 11001000 | 1011110 | 1111010 | 0 | 110101 | 100111 | 10110 | 101011000 | 110001 | 111010 |
Color Harmonies of #C85E7A
Complementary color
Monochromatic Colors of #C85E7A
Black with #C85E7A
Text Example
Text Example
White with #C85E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E7A; }
p { color: rgb(200,94,122); }
H1.HeaderClassName
{
color: #C85E7A;
}
.AnyTagClassName
{
color: #C85E7A;
}
</style>
background-color css
<style>
a { background-color: #C85E7A; }
a { background-color: rgb(200,94,122); }
div.DivClassName
{
background-color: #C85E7A;
}
.BgClassName
{
background-color: #C85E7A;
}
</style>
border-color css
<style>
span { border-color: #C85E7A; }
span { border-color: rgb(200,94,122); }
td.TdClassName
{
border-color: #C85E7A;
}
.TagClassName
{
border-color: #C85E7A;
}
</style>