Shades of Cabaret #C8466B
Tints of Cabaret #C8466B
RGB
CMYK
RGB Variations
Color information
#C8466B (or 0xC8466B) is known color: Cabaret. HEX triplet: C8, 46 and 6B. RGB value is (200,70,107). Sum of RGB (Red+Green+Blue) = 200+70+107=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8466B is #37B994. Grayscale: #717171. Windows color (decimal): -3651989 or 7030472. OLE color: 7030472.
HSL color Cylindrical-coordinate representation of color #C8466B: hue angle of 342.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8466B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 107 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.22 |
| HSL | 342.92º | 0.54% | 0.53% | - |
| HSV(B) | 342.92º | 0.65% | 0.78% | - |
| XYZ | 28.66 | 17.72 | 15.82 | - |
| YUV | 113.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 107 | 0 | 0.65 | 0.46 | 0.22 | 342.92 | 0.54 | 0.53 |
| Hex | C8 | 46 | 6B | 0 | 41 | 2E | 16 | 157 | 36 | 35 |
| Octal | 310 | 106 | 153 | 0 | 101 | 56 | 26 | 527 | 66 | 65 |
| Binary | 11001000 | 1000110 | 1101011 | 0 | 1000001 | 101110 | 10110 | 101010111 | 110110 | 110101 |
Color Harmonies of #C8466B
Complementary color
Monochromatic Colors of #C8466B
Black with #C8466B
Text Example
Text Example
White with #C8466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8466B; }
p { color: rgb(200,70,107); }
H1.HeaderClassName
{
color: #C8466B;
}
.AnyTagClassName
{
color: #C8466B;
}
</style>
background-color css
<style>
a { background-color: #C8466B; }
a { background-color: rgb(200,70,107); }
div.DivClassName
{
background-color: #C8466B;
}
.BgClassName
{
background-color: #C8466B;
}
</style>
border-color css
<style>
span { border-color: #C8466B; }
span { border-color: rgb(200,70,107); }
td.TdClassName
{
border-color: #C8466B;
}
.TagClassName
{
border-color: #C8466B;
}
</style>