Shades of Cabaret #C8446C
Tints of Cabaret #C8446C
RGB
CMYK
RGB Variations
Color information
#C8446C (or 0xC8446C) is known color: Cabaret. HEX triplet: C8, 44 and 6C. RGB value is (200,68,108). Sum of RGB (Red+Green+Blue) = 200+68+108=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8446C is #37BB93. Grayscale: #707070. Windows color (decimal): -3652500 or 7095496. OLE color: 7095496.
HSL color Cylindrical-coordinate representation of color #C8446C: hue angle of 341.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 #C8446C is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 108 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.22 |
| HSL | 341.82º | 0.55% | 0.53% | - |
| HSV(B) | 341.82º | 0.66% | 0.78% | - |
| XYZ | 28.59 | 17.5 | 16.06 | - |
| YUV | 112.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 108 | 0 | 0.66 | 0.46 | 0.22 | 341.82 | 0.55 | 0.53 |
| Hex | C8 | 44 | 6C | 0 | 42 | 2E | 16 | 156 | 37 | 35 |
| Octal | 310 | 104 | 154 | 0 | 102 | 56 | 26 | 526 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1101100 | 0 | 1000010 | 101110 | 10110 | 101010110 | 110111 | 110101 |
Color Harmonies of #C8446C
Complementary color
Monochromatic Colors of #C8446C
Black with #C8446C
Text Example
Text Example
White with #C8446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8446C; }
p { color: rgb(200,68,108); }
H1.HeaderClassName
{
color: #C8446C;
}
.AnyTagClassName
{
color: #C8446C;
}
</style>
background-color css
<style>
a { background-color: #C8446C; }
a { background-color: rgb(200,68,108); }
div.DivClassName
{
background-color: #C8446C;
}
.BgClassName
{
background-color: #C8446C;
}
</style>
border-color css
<style>
span { border-color: #C8446C; }
span { border-color: rgb(200,68,108); }
td.TdClassName
{
border-color: #C8446C;
}
.TagClassName
{
border-color: #C8446C;
}
</style>