Shades of Cabaret #C8426C
Tints of Cabaret #C8426C
RGB
CMYK
RGB Variations
Color information
#C8426C (or 0xC8426C) is known color: Cabaret. HEX triplet: C8, 42 and 6C. RGB value is (200,66,108). Sum of RGB (Red+Green+Blue) = 200+66+108=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8426C is #37BD93. Grayscale: #6E6E6E. Windows color (decimal): -3653012 or 7094984. OLE color: 7094984.
HSL color Cylindrical-coordinate representation of color #C8426C: hue angle of 341.19º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8426C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 108 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.22 |
| HSL | 341.19º | 0.55% | 0.52% | - |
| HSV(B) | 341.19º | 0.67% | 0.78% | - |
| XYZ | 28.47 | 17.26 | 16.02 | - |
| YUV | 110.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 108 | 0 | 0.67 | 0.46 | 0.22 | 341.19 | 0.55 | 0.52 |
| Hex | C8 | 42 | 6C | 0 | 43 | 2E | 16 | 155 | 37 | 34 |
| Octal | 310 | 102 | 154 | 0 | 103 | 56 | 26 | 525 | 67 | 64 |
| Binary | 11001000 | 1000010 | 1101100 | 0 | 1000011 | 101110 | 10110 | 101010101 | 110111 | 110100 |
Color Harmonies of #C8426C
Complementary color
Monochromatic Colors of #C8426C
Black with #C8426C
Text Example
Text Example
White with #C8426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8426C; }
p { color: rgb(200,66,108); }
H1.HeaderClassName
{
color: #C8426C;
}
.AnyTagClassName
{
color: #C8426C;
}
</style>
background-color css
<style>
a { background-color: #C8426C; }
a { background-color: rgb(200,66,108); }
div.DivClassName
{
background-color: #C8426C;
}
.BgClassName
{
background-color: #C8426C;
}
</style>
border-color css
<style>
span { border-color: #C8426C; }
span { border-color: rgb(200,66,108); }
td.TdClassName
{
border-color: #C8426C;
}
.TagClassName
{
border-color: #C8426C;
}
</style>