Shades of Cabaret #C8647B
Tints of Cabaret #C8647B
RGB
CMYK
RGB Variations
Color information
#C8647B (or 0xC8647B) is known color: Cabaret. HEX triplet: C8, 64 and 7B. RGB value is (200,100,123). Sum of RGB (Red+Green+Blue) = 200+100+123=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8647B is #379B84. Grayscale: #848484. Windows color (decimal): -3644293 or 8086728. OLE color: 8086728.
HSL color Cylindrical-coordinate representation of color #C8647B: hue angle of 346.2º 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 #C8647B is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 123 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.22 |
| HSL | 346.2º | 0.48% | 0.59% | - |
| HSV(B) | 346.2º | 0.5% | 0.78% | - |
| XYZ | 31.95 | 22.82 | 21.46 | - |
| YUV | 132.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 123 | 0 | 0.5 | 0.38 | 0.22 | 346.2 | 0.48 | 0.59 |
| Hex | C8 | 64 | 7B | 0 | 32 | 26 | 16 | 15A | 30 | 3B |
| Octal | 310 | 144 | 173 | 0 | 62 | 46 | 26 | 532 | 60 | 73 |
| Binary | 11001000 | 1100100 | 1111011 | 0 | 110010 | 100110 | 10110 | 101011010 | 110000 | 111011 |
Color Harmonies of #C8647B
Complementary color
Monochromatic Colors of #C8647B
Black with #C8647B
Text Example
Text Example
White with #C8647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8647B; }
p { color: rgb(200,100,123); }
H1.HeaderClassName
{
color: #C8647B;
}
.AnyTagClassName
{
color: #C8647B;
}
</style>
background-color css
<style>
a { background-color: #C8647B; }
a { background-color: rgb(200,100,123); }
div.DivClassName
{
background-color: #C8647B;
}
.BgClassName
{
background-color: #C8647B;
}
</style>
border-color css
<style>
span { border-color: #C8647B; }
span { border-color: rgb(200,100,123); }
td.TdClassName
{
border-color: #C8647B;
}
.TagClassName
{
border-color: #C8647B;
}
</style>