Shades of Cabaret #C8446B
Tints of Cabaret #C8446B
RGB
CMYK
RGB Variations
Color information
#C8446B (or 0xC8446B) is known color: Cabaret. HEX triplet: C8, 44 and 6B. RGB value is (200,68,107). Sum of RGB (Red+Green+Blue) = 200+68+107=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8446B is #37BB94. Grayscale: #6F6F6F. Windows color (decimal): -3652501 or 7029960. OLE color: 7029960.
HSL color Cylindrical-coordinate representation of color #C8446B: hue angle of 342.27º 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 #C8446B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 107 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.22 |
| HSL | 342.27º | 0.55% | 0.53% | - |
| HSV(B) | 342.27º | 0.66% | 0.78% | - |
| XYZ | 28.54 | 17.48 | 15.78 | - |
| YUV | 111.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 107 | 0 | 0.66 | 0.46 | 0.22 | 342.27 | 0.55 | 0.53 |
| Hex | C8 | 44 | 6B | 0 | 42 | 2E | 16 | 156 | 37 | 35 |
| Octal | 310 | 104 | 153 | 0 | 102 | 56 | 26 | 526 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1101011 | 0 | 1000010 | 101110 | 10110 | 101010110 | 110111 | 110101 |
Color Harmonies of #C8446B
Complementary color
Monochromatic Colors of #C8446B
Black with #C8446B
Text Example
Text Example
White with #C8446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8446B; }
p { color: rgb(200,68,107); }
H1.HeaderClassName
{
color: #C8446B;
}
.AnyTagClassName
{
color: #C8446B;
}
</style>
background-color css
<style>
a { background-color: #C8446B; }
a { background-color: rgb(200,68,107); }
div.DivClassName
{
background-color: #C8446B;
}
.BgClassName
{
background-color: #C8446B;
}
</style>
border-color css
<style>
span { border-color: #C8446B; }
span { border-color: rgb(200,68,107); }
td.TdClassName
{
border-color: #C8446B;
}
.TagClassName
{
border-color: #C8446B;
}
</style>