Shades of Cabaret #C84461
Tints of Cabaret #C84461
RGB
CMYK
RGB Variations
Color information
#C84461 (or 0xC84461) is known color: Cabaret. HEX triplet: C8, 44 and 61. RGB value is (200,68,97). Sum of RGB (Red+Green+Blue) = 200+68+97=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C84461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84461 is #37BB9E. Grayscale: #6E6E6E. Windows color (decimal): -3652511 or 6374600. OLE color: 6374600.
HSL color Cylindrical-coordinate representation of color #C84461: hue angle of 346.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84461 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 97 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.22 |
| HSL | 346.82º | 0.55% | 0.53% | - |
| HSV(B) | 346.82º | 0.66% | 0.78% | - |
| XYZ | 28.04 | 17.28 | 13.17 | - |
| YUV | 110.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 97 | 0 | 0.66 | 0.52 | 0.22 | 346.82 | 0.55 | 0.53 |
| Hex | C8 | 44 | 61 | 0 | 42 | 34 | 16 | 15B | 37 | 35 |
| Octal | 310 | 104 | 141 | 0 | 102 | 64 | 26 | 533 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1100001 | 0 | 1000010 | 110100 | 10110 | 101011011 | 110111 | 110101 |
Color Harmonies of #C84461
Complementary color
Monochromatic Colors of #C84461
Black with #C84461
Text Example
Text Example
White with #C84461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84461; }
p { color: rgb(200,68,97); }
H1.HeaderClassName
{
color: #C84461;
}
.AnyTagClassName
{
color: #C84461;
}
</style>
background-color css
<style>
a { background-color: #C84461; }
a { background-color: rgb(200,68,97); }
div.DivClassName
{
background-color: #C84461;
}
.BgClassName
{
background-color: #C84461;
}
</style>
border-color css
<style>
span { border-color: #C84461; }
span { border-color: rgb(200,68,97); }
td.TdClassName
{
border-color: #C84461;
}
.TagClassName
{
border-color: #C84461;
}
</style>