Shades of Cabaret #C84265
Tints of Cabaret #C84265
RGB
CMYK
RGB Variations
Color information
#C84265 (or 0xC84265) is known color: Cabaret. HEX triplet: C8, 42 and 65. RGB value is (200,66,101). Sum of RGB (Red+Green+Blue) = 200+66+101=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C84265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84265 is #37BD9A. Grayscale: #6E6E6E. Windows color (decimal): -3653019 or 6636232. OLE color: 6636232.
HSL color Cylindrical-coordinate representation of color #C84265: hue angle of 344.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84265 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 101 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.22 |
| HSL | 344.33º | 0.55% | 0.52% | - |
| HSV(B) | 344.33º | 0.67% | 0.78% | - |
| XYZ | 28.12 | 17.12 | 14.13 | - |
| YUV | 110.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 101 | 0 | 0.67 | 0.49 | 0.22 | 344.33 | 0.55 | 0.52 |
| Hex | C8 | 42 | 65 | 0 | 43 | 31 | 16 | 158 | 37 | 34 |
| Octal | 310 | 102 | 145 | 0 | 103 | 61 | 26 | 530 | 67 | 64 |
| Binary | 11001000 | 1000010 | 1100101 | 0 | 1000011 | 110001 | 10110 | 101011000 | 110111 | 110100 |
Color Harmonies of #C84265
Complementary color
Monochromatic Colors of #C84265
Black with #C84265
Text Example
Text Example
White with #C84265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84265; }
p { color: rgb(200,66,101); }
H1.HeaderClassName
{
color: #C84265;
}
.AnyTagClassName
{
color: #C84265;
}
</style>
background-color css
<style>
a { background-color: #C84265; }
a { background-color: rgb(200,66,101); }
div.DivClassName
{
background-color: #C84265;
}
.BgClassName
{
background-color: #C84265;
}
</style>
border-color css
<style>
span { border-color: #C84265; }
span { border-color: rgb(200,66,101); }
td.TdClassName
{
border-color: #C84265;
}
.TagClassName
{
border-color: #C84265;
}
</style>