Shades of Cabaret #C84865
Tints of Cabaret #C84865
RGB
CMYK
RGB Variations
Color information
#C84865 (or 0xC84865) is known color: Cabaret. HEX triplet: C8, 48 and 65. RGB value is (200,72,101). Sum of RGB (Red+Green+Blue) = 200+72+101=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C84865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84865 is #37B79A. Grayscale: #717171. Windows color (decimal): -3651483 or 6637768. OLE color: 6637768.
HSL color Cylindrical-coordinate representation of color #C84865: hue angle of 346.41º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84865 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 101 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.22 |
| HSL | 346.41º | 0.54% | 0.53% | - |
| HSV(B) | 346.41º | 0.64% | 0.78% | - |
| XYZ | 28.49 | 17.85 | 14.26 | - |
| YUV | 113.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 101 | 0 | 0.64 | 0.49 | 0.22 | 346.41 | 0.54 | 0.53 |
| Hex | C8 | 48 | 65 | 0 | 40 | 31 | 16 | 15A | 36 | 35 |
| Octal | 310 | 110 | 145 | 0 | 100 | 61 | 26 | 532 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1100101 | 0 | 1000000 | 110001 | 10110 | 101011010 | 110110 | 110101 |
Color Harmonies of #C84865
Complementary color
Monochromatic Colors of #C84865
Black with #C84865
Text Example
Text Example
White with #C84865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84865; }
p { color: rgb(200,72,101); }
H1.HeaderClassName
{
color: #C84865;
}
.AnyTagClassName
{
color: #C84865;
}
</style>
background-color css
<style>
a { background-color: #C84865; }
a { background-color: rgb(200,72,101); }
div.DivClassName
{
background-color: #C84865;
}
.BgClassName
{
background-color: #C84865;
}
</style>
border-color css
<style>
span { border-color: #C84865; }
span { border-color: rgb(200,72,101); }
td.TdClassName
{
border-color: #C84865;
}
.TagClassName
{
border-color: #C84865;
}
</style>