Shades of Cabaret #C84168
Tints of Cabaret #C84168
RGB
CMYK
RGB Variations
Color information
#C84168 (or 0xC84168) is known color: Cabaret. HEX triplet: C8, 41 and 68. RGB value is (200,65,104). Sum of RGB (Red+Green+Blue) = 200+65+104=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C84168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84168 is #37BE97. Grayscale: #6D6D6D. Windows color (decimal): -3653272 or 6832584. OLE color: 6832584.
HSL color Cylindrical-coordinate representation of color #C84168: hue angle of 342.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84168 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 104 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.22 |
| HSL | 342.67º | 0.55% | 0.52% | - |
| HSV(B) | 342.67º | 0.68% | 0.78% | - |
| XYZ | 28.21 | 17.06 | 14.9 | - |
| YUV | 109.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 104 | 0 | 0.68 | 0.48 | 0.22 | 342.67 | 0.55 | 0.52 |
| Hex | C8 | 41 | 68 | 0 | 44 | 30 | 16 | 157 | 37 | 34 |
| Octal | 310 | 101 | 150 | 0 | 104 | 60 | 26 | 527 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1101000 | 0 | 1000100 | 110000 | 10110 | 101010111 | 110111 | 110100 |
Color Harmonies of #C84168
Complementary color
Monochromatic Colors of #C84168
Black with #C84168
Text Example
Text Example
White with #C84168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84168; }
p { color: rgb(200,65,104); }
H1.HeaderClassName
{
color: #C84168;
}
.AnyTagClassName
{
color: #C84168;
}
</style>
background-color css
<style>
a { background-color: #C84168; }
a { background-color: rgb(200,65,104); }
div.DivClassName
{
background-color: #C84168;
}
.BgClassName
{
background-color: #C84168;
}
</style>
border-color css
<style>
span { border-color: #C84168; }
span { border-color: rgb(200,65,104); }
td.TdClassName
{
border-color: #C84168;
}
.TagClassName
{
border-color: #C84168;
}
</style>