Shades of Cabaret #C8617A
Tints of Cabaret #C8617A
RGB
CMYK
RGB Variations
Color information
#C8617A (or 0xC8617A) is known color: Cabaret. HEX triplet: C8, 61 and 7A. RGB value is (200,97,122). Sum of RGB (Red+Green+Blue) = 200+97+122=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8617A is #379E85. Grayscale: #828282. Windows color (decimal): -3645062 or 8020424. OLE color: 8020424.
HSL color Cylindrical-coordinate representation of color #C8617A: hue angle of 345.44º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8617A is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 122 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.22 |
| HSL | 345.44º | 0.48% | 0.58% | - |
| HSV(B) | 345.44º | 0.52% | 0.78% | - |
| XYZ | 31.61 | 22.23 | 21.04 | - |
| YUV | 130.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 122 | 0 | 0.52 | 0.39 | 0.22 | 345.44 | 0.48 | 0.58 |
| Hex | C8 | 61 | 7A | 0 | 34 | 27 | 16 | 159 | 30 | 3A |
| Octal | 310 | 141 | 172 | 0 | 64 | 47 | 26 | 531 | 60 | 72 |
| Binary | 11001000 | 1100001 | 1111010 | 0 | 110100 | 100111 | 10110 | 101011001 | 110000 | 111010 |
Color Harmonies of #C8617A
Complementary color
Monochromatic Colors of #C8617A
Black with #C8617A
Text Example
Text Example
White with #C8617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8617A; }
p { color: rgb(200,97,122); }
H1.HeaderClassName
{
color: #C8617A;
}
.AnyTagClassName
{
color: #C8617A;
}
</style>
background-color css
<style>
a { background-color: #C8617A; }
a { background-color: rgb(200,97,122); }
div.DivClassName
{
background-color: #C8617A;
}
.BgClassName
{
background-color: #C8617A;
}
</style>
border-color css
<style>
span { border-color: #C8617A; }
span { border-color: rgb(200,97,122); }
td.TdClassName
{
border-color: #C8617A;
}
.TagClassName
{
border-color: #C8617A;
}
</style>