Shades of Cabaret #C8577A
Tints of Cabaret #C8577A
RGB
CMYK
RGB Variations
Color information
#C8577A (or 0xC8577A) is known color: Cabaret. HEX triplet: C8, 57 and 7A. RGB value is (200,87,122). Sum of RGB (Red+Green+Blue) = 200+87+122=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8577A is #37A885. Grayscale: #7C7C7C. Windows color (decimal): -3647622 or 8017864. OLE color: 8017864.
HSL color Cylindrical-coordinate representation of color #C8577A: hue angle of 341.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8577A is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 122 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.22 |
| HSL | 341.42º | 0.51% | 0.56% | - |
| HSV(B) | 341.42º | 0.57% | 0.78% | - |
| XYZ | 30.74 | 20.5 | 20.75 | - |
| YUV | 124.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 122 | 0 | 0.56 | 0.39 | 0.22 | 341.42 | 0.51 | 0.56 |
| Hex | C8 | 57 | 7A | 0 | 38 | 27 | 16 | 155 | 33 | 38 |
| Octal | 310 | 127 | 172 | 0 | 70 | 47 | 26 | 525 | 63 | 70 |
| Binary | 11001000 | 1010111 | 1111010 | 0 | 111000 | 100111 | 10110 | 101010101 | 110011 | 111000 |
Color Harmonies of #C8577A
Complementary color
Monochromatic Colors of #C8577A
Black with #C8577A
Text Example
Text Example
White with #C8577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8577A; }
p { color: rgb(200,87,122); }
H1.HeaderClassName
{
color: #C8577A;
}
.AnyTagClassName
{
color: #C8577A;
}
</style>
background-color css
<style>
a { background-color: #C8577A; }
a { background-color: rgb(200,87,122); }
div.DivClassName
{
background-color: #C8577A;
}
.BgClassName
{
background-color: #C8577A;
}
</style>
border-color css
<style>
span { border-color: #C8577A; }
span { border-color: rgb(200,87,122); }
td.TdClassName
{
border-color: #C8577A;
}
.TagClassName
{
border-color: #C8577A;
}
</style>