Shades of Cabaret #C8627A
Tints of Cabaret #C8627A
RGB
CMYK
RGB Variations
Color information
#C8627A (or 0xC8627A) is known color: Cabaret. HEX triplet: C8, 62 and 7A. RGB value is (200,98,122). Sum of RGB (Red+Green+Blue) = 200+98+122=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8627A is #379D85. Grayscale: #838383. Windows color (decimal): -3644806 or 8020680. OLE color: 8020680.
HSL color Cylindrical-coordinate representation of color #C8627A: hue angle of 345.88º 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 #C8627A is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 122 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.22 |
| HSL | 345.88º | 0.48% | 0.58% | - |
| HSV(B) | 345.88º | 0.51% | 0.78% | - |
| XYZ | 31.7 | 22.42 | 21.07 | - |
| YUV | 131.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 122 | 0 | 0.51 | 0.39 | 0.22 | 345.88 | 0.48 | 0.58 |
| Hex | C8 | 62 | 7A | 0 | 33 | 27 | 16 | 15A | 30 | 3A |
| Octal | 310 | 142 | 172 | 0 | 63 | 47 | 26 | 532 | 60 | 72 |
| Binary | 11001000 | 1100010 | 1111010 | 0 | 110011 | 100111 | 10110 | 101011010 | 110000 | 111010 |
Color Harmonies of #C8627A
Complementary color
Monochromatic Colors of #C8627A
Black with #C8627A
Text Example
Text Example
White with #C8627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8627A; }
p { color: rgb(200,98,122); }
H1.HeaderClassName
{
color: #C8627A;
}
.AnyTagClassName
{
color: #C8627A;
}
</style>
background-color css
<style>
a { background-color: #C8627A; }
a { background-color: rgb(200,98,122); }
div.DivClassName
{
background-color: #C8627A;
}
.BgClassName
{
background-color: #C8627A;
}
</style>
border-color css
<style>
span { border-color: #C8627A; }
span { border-color: rgb(200,98,122); }
td.TdClassName
{
border-color: #C8627A;
}
.TagClassName
{
border-color: #C8627A;
}
</style>