Shades of Cabaret #C8506C
Tints of Cabaret #C8506C
RGB
CMYK
RGB Variations
Color information
#C8506C (or 0xC8506C) is known color: Cabaret. HEX triplet: C8, 50 and 6C. RGB value is (200,80,108). Sum of RGB (Red+Green+Blue) = 200+80+108=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8506C is #37AF93. Grayscale: #777777. Windows color (decimal): -3649428 or 7098568. OLE color: 7098568.
HSL color Cylindrical-coordinate representation of color #C8506C: hue angle of 346º 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 #C8506C is Cyan = 0, Magento = 0.6, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 108 | - |
| CMYK | 0 | 0.6 | 0.46 | 0.22 |
| HSL | 346º | 0.52% | 0.55% | - |
| HSV(B) | 346º | 0.6% | 0.78% | - |
| XYZ | 29.39 | 19.1 | 16.32 | - |
| YUV | 119.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 108 | 0 | 0.6 | 0.46 | 0.22 | 346 | 0.52 | 0.55 |
| Hex | C8 | 50 | 6C | 0 | 3C | 2E | 16 | 15A | 34 | 37 |
| Octal | 310 | 120 | 154 | 0 | 74 | 56 | 26 | 532 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1101100 | 0 | 111100 | 101110 | 10110 | 101011010 | 110100 | 110111 |
Color Harmonies of #C8506C
Complementary color
Monochromatic Colors of #C8506C
Black with #C8506C
Text Example
Text Example
White with #C8506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8506C; }
p { color: rgb(200,80,108); }
H1.HeaderClassName
{
color: #C8506C;
}
.AnyTagClassName
{
color: #C8506C;
}
</style>
background-color css
<style>
a { background-color: #C8506C; }
a { background-color: rgb(200,80,108); }
div.DivClassName
{
background-color: #C8506C;
}
.BgClassName
{
background-color: #C8506C;
}
</style>
border-color css
<style>
span { border-color: #C8506C; }
span { border-color: rgb(200,80,108); }
td.TdClassName
{
border-color: #C8506C;
}
.TagClassName
{
border-color: #C8506C;
}
</style>