Shades of Cabaret #C8606B
Tints of Cabaret #C8606B
RGB
CMYK
RGB Variations
Color information
#C8606B (or 0xC8606B) is known color: Cabaret. HEX triplet: C8, 60 and 6B. RGB value is (200,96,107). Sum of RGB (Red+Green+Blue) = 200+96+107=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8606B is #379F94. Grayscale: #808080. Windows color (decimal): -3645333 or 7037128. OLE color: 7037128.
HSL color Cylindrical-coordinate representation of color #C8606B: hue angle of 353.65º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8606B is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 107 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.22 |
| HSL | 353.65º | 0.49% | 0.58% | - |
| HSV(B) | 353.65º | 0.52% | 0.78% | - |
| XYZ | 30.66 | 21.71 | 16.48 | - |
| YUV | 128.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 107 | 0 | 0.52 | 0.46 | 0.22 | 353.65 | 0.49 | 0.58 |
| Hex | C8 | 60 | 6B | 0 | 34 | 2E | 16 | 162 | 31 | 3A |
| Octal | 310 | 140 | 153 | 0 | 64 | 56 | 26 | 542 | 61 | 72 |
| Binary | 11001000 | 1100000 | 1101011 | 0 | 110100 | 101110 | 10110 | 101100010 | 110001 | 111010 |
Color Harmonies of #C8606B
Complementary color
Monochromatic Colors of #C8606B
Black with #C8606B
Text Example
Text Example
White with #C8606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8606B; }
p { color: rgb(200,96,107); }
H1.HeaderClassName
{
color: #C8606B;
}
.AnyTagClassName
{
color: #C8606B;
}
</style>
background-color css
<style>
a { background-color: #C8606B; }
a { background-color: rgb(200,96,107); }
div.DivClassName
{
background-color: #C8606B;
}
.BgClassName
{
background-color: #C8606B;
}
</style>
border-color css
<style>
span { border-color: #C8606B; }
span { border-color: rgb(200,96,107); }
td.TdClassName
{
border-color: #C8606B;
}
.TagClassName
{
border-color: #C8606B;
}
</style>