Shades of Cabaret #C8627B
Tints of Cabaret #C8627B
RGB
CMYK
RGB Variations
Color information
#C8627B (or 0xC8627B) is known color: Cabaret. HEX triplet: C8, 62 and 7B. RGB value is (200,98,123). Sum of RGB (Red+Green+Blue) = 200+98+123=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8627B is #379D84. Grayscale: #838383. Windows color (decimal): -3644805 or 8086216. OLE color: 8086216.
HSL color Cylindrical-coordinate representation of color #C8627B: hue angle of 345.29º 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 #C8627B is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 123 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.22 |
| HSL | 345.29º | 0.48% | 0.58% | - |
| HSV(B) | 345.29º | 0.51% | 0.78% | - |
| XYZ | 31.76 | 22.44 | 21.4 | - |
| YUV | 131.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 123 | 0 | 0.51 | 0.38 | 0.22 | 345.29 | 0.48 | 0.58 |
| Hex | C8 | 62 | 7B | 0 | 33 | 26 | 16 | 159 | 30 | 3A |
| Octal | 310 | 142 | 173 | 0 | 63 | 46 | 26 | 531 | 60 | 72 |
| Binary | 11001000 | 1100010 | 1111011 | 0 | 110011 | 100110 | 10110 | 101011001 | 110000 | 111010 |
Color Harmonies of #C8627B
Complementary color
Monochromatic Colors of #C8627B
Black with #C8627B
Text Example
Text Example
White with #C8627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8627B; }
p { color: rgb(200,98,123); }
H1.HeaderClassName
{
color: #C8627B;
}
.AnyTagClassName
{
color: #C8627B;
}
</style>
background-color css
<style>
a { background-color: #C8627B; }
a { background-color: rgb(200,98,123); }
div.DivClassName
{
background-color: #C8627B;
}
.BgClassName
{
background-color: #C8627B;
}
</style>
border-color css
<style>
span { border-color: #C8627B; }
span { border-color: rgb(200,98,123); }
td.TdClassName
{
border-color: #C8627B;
}
.TagClassName
{
border-color: #C8627B;
}
</style>