Shades of Cabaret #C84465
Tints of Cabaret #C84465
RGB
CMYK
RGB Variations
Color information
#C84465 (or 0xC84465) is known color: Cabaret. HEX triplet: C8, 44 and 65. RGB value is (200,68,101). Sum of RGB (Red+Green+Blue) = 200+68+101=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C84465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84465 is #37BB9A. Grayscale: #6F6F6F. Windows color (decimal): -3652507 or 6636744. OLE color: 6636744.
HSL color Cylindrical-coordinate representation of color #C84465: hue angle of 345º 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 #C84465 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 101 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.22 |
| HSL | 345º | 0.55% | 0.53% | - |
| HSV(B) | 345º | 0.66% | 0.78% | - |
| XYZ | 28.24 | 17.35 | 14.17 | - |
| YUV | 111.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 101 | 0 | 0.66 | 0.49 | 0.22 | 345 | 0.55 | 0.53 |
| Hex | C8 | 44 | 65 | 0 | 42 | 31 | 16 | 159 | 37 | 35 |
| Octal | 310 | 104 | 145 | 0 | 102 | 61 | 26 | 531 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1100101 | 0 | 1000010 | 110001 | 10110 | 101011001 | 110111 | 110101 |
Color Harmonies of #C84465
Complementary color
Monochromatic Colors of #C84465
Black with #C84465
Text Example
Text Example
White with #C84465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84465; }
p { color: rgb(200,68,101); }
H1.HeaderClassName
{
color: #C84465;
}
.AnyTagClassName
{
color: #C84465;
}
</style>
background-color css
<style>
a { background-color: #C84465; }
a { background-color: rgb(200,68,101); }
div.DivClassName
{
background-color: #C84465;
}
.BgClassName
{
background-color: #C84465;
}
</style>
border-color css
<style>
span { border-color: #C84465; }
span { border-color: rgb(200,68,101); }
td.TdClassName
{
border-color: #C84465;
}
.TagClassName
{
border-color: #C84465;
}
</style>