Shades of Cabaret #C8636B
Tints of Cabaret #C8636B
RGB
CMYK
RGB Variations
Color information
#C8636B (or 0xC8636B) is known color: Cabaret. HEX triplet: C8, 63 and 6B. RGB value is (200,99,107). Sum of RGB (Red+Green+Blue) = 200+99+107=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8636B is #379C94. Grayscale: #828282. Windows color (decimal): -3644565 or 7037896. OLE color: 7037896.
HSL color Cylindrical-coordinate representation of color #C8636B: hue angle of 355.25º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8636B is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 107 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.22 |
| HSL | 355.25º | 0.48% | 0.59% | - |
| HSV(B) | 355.25º | 0.51% | 0.78% | - |
| XYZ | 30.94 | 22.26 | 16.58 | - |
| YUV | 130.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 107 | 0 | 0.50 | 0.46 | 0.22 | 355.25 | 0.48 | 0.59 |
| Hex | C8 | 63 | 6B | 0 | 32 | 2E | 16 | 163 | 30 | 3B |
| Octal | 310 | 143 | 153 | 0 | 62 | 56 | 26 | 543 | 60 | 73 |
| Binary | 11001000 | 1100011 | 1101011 | 0 | 110010 | 101110 | 10110 | 101100011 | 110000 | 111011 |
Color Harmonies of #C8636B
Complementary color
Monochromatic Colors of #C8636B
Black with #C8636B
Text Example
Text Example
White with #C8636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8636B; }
p { color: rgb(200,99,107); }
H1.HeaderClassName
{
color: #C8636B;
}
.AnyTagClassName
{
color: #C8636B;
}
</style>
background-color css
<style>
a { background-color: #C8636B; }
a { background-color: rgb(200,99,107); }
div.DivClassName
{
background-color: #C8636B;
}
.BgClassName
{
background-color: #C8636B;
}
</style>
border-color css
<style>
span { border-color: #C8636B; }
span { border-color: rgb(200,99,107); }
td.TdClassName
{
border-color: #C8636B;
}
.TagClassName
{
border-color: #C8636B;
}
</style>