Shades of Cabaret #C8507A
Tints of Cabaret #C8507A
RGB
CMYK
RGB Variations
Color information
#C8507A (or 0xC8507A) is known color: Cabaret. HEX triplet: C8, 50 and 7A. RGB value is (200,80,122). Sum of RGB (Red+Green+Blue) = 200+80+122=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C8507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8507A is #37AF85. Grayscale: #787878. Windows color (decimal): -3649414 or 8016072. OLE color: 8016072.
HSL color Cylindrical-coordinate representation of color #C8507A: hue angle of 339º 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 #C8507A is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 122 | - |
| CMYK | 0 | 0.6 | 0.39 | 0.22 |
| HSL | 339º | 0.52% | 0.55% | - |
| HSV(B) | 339º | 0.6% | 0.78% | - |
| XYZ | 30.2 | 19.42 | 20.57 | - |
| YUV | 120.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 122 | 0 | 0.6 | 0.39 | 0.22 | 339 | 0.52 | 0.55 |
| Hex | C8 | 50 | 7A | 0 | 3C | 27 | 16 | 153 | 34 | 37 |
| Octal | 310 | 120 | 172 | 0 | 74 | 47 | 26 | 523 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1111010 | 0 | 111100 | 100111 | 10110 | 101010011 | 110100 | 110111 |
Color Harmonies of #C8507A
Complementary color
Monochromatic Colors of #C8507A
Black with #C8507A
Text Example
Text Example
White with #C8507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8507A; }
p { color: rgb(200,80,122); }
H1.HeaderClassName
{
color: #C8507A;
}
.AnyTagClassName
{
color: #C8507A;
}
</style>
background-color css
<style>
a { background-color: #C8507A; }
a { background-color: rgb(200,80,122); }
div.DivClassName
{
background-color: #C8507A;
}
.BgClassName
{
background-color: #C8507A;
}
</style>
border-color css
<style>
span { border-color: #C8507A; }
span { border-color: rgb(200,80,122); }
td.TdClassName
{
border-color: #C8507A;
}
.TagClassName
{
border-color: #C8507A;
}
</style>