Shades of Cabaret #C84467
Tints of Cabaret #C84467
RGB
CMYK
RGB Variations
Color information
#C84467 (or 0xC84467) is known color: Cabaret. HEX triplet: C8, 44 and 67. RGB value is (200,68,103). Sum of RGB (Red+Green+Blue) = 200+68+103=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C84467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84467 is #37BB98. Grayscale: #6F6F6F. Windows color (decimal): -3652505 or 6767816. OLE color: 6767816.
HSL color Cylindrical-coordinate representation of color #C84467: hue angle of 344.09º 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 #C84467 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 103 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.22 |
| HSL | 344.09º | 0.55% | 0.53% | - |
| HSV(B) | 344.09º | 0.66% | 0.78% | - |
| XYZ | 28.33 | 17.39 | 14.7 | - |
| YUV | 111.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 103 | 0 | 0.66 | 0.48 | 0.22 | 344.09 | 0.55 | 0.53 |
| Hex | C8 | 44 | 67 | 0 | 42 | 30 | 16 | 158 | 37 | 35 |
| Octal | 310 | 104 | 147 | 0 | 102 | 60 | 26 | 530 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1100111 | 0 | 1000010 | 110000 | 10110 | 101011000 | 110111 | 110101 |
Color Harmonies of #C84467
Complementary color
Monochromatic Colors of #C84467
Black with #C84467
Text Example
Text Example
White with #C84467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84467; }
p { color: rgb(200,68,103); }
H1.HeaderClassName
{
color: #C84467;
}
.AnyTagClassName
{
color: #C84467;
}
</style>
background-color css
<style>
a { background-color: #C84467; }
a { background-color: rgb(200,68,103); }
div.DivClassName
{
background-color: #C84467;
}
.BgClassName
{
background-color: #C84467;
}
</style>
border-color css
<style>
span { border-color: #C84467; }
span { border-color: rgb(200,68,103); }
td.TdClassName
{
border-color: #C84467;
}
.TagClassName
{
border-color: #C84467;
}
</style>