Shades of Cabaret #C8456C
Tints of Cabaret #C8456C
RGB
CMYK
RGB Variations
Color information
#C8456C (or 0xC8456C) is known color: Cabaret. HEX triplet: C8, 45 and 6C. RGB value is (200,69,108). Sum of RGB (Red+Green+Blue) = 200+69+108=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8456C is #37BA93. Grayscale: #707070. Windows color (decimal): -3652244 or 7095752. OLE color: 7095752.
HSL color Cylindrical-coordinate representation of color #C8456C: hue angle of 342.14º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8456C is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 108 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.22 |
| HSL | 342.14º | 0.54% | 0.53% | - |
| HSV(B) | 342.14º | 0.66% | 0.78% | - |
| XYZ | 28.65 | 17.62 | 16.08 | - |
| YUV | 112.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 108 | 0 | 0.66 | 0.46 | 0.22 | 342.14 | 0.54 | 0.53 |
| Hex | C8 | 45 | 6C | 0 | 42 | 2E | 16 | 156 | 36 | 35 |
| Octal | 310 | 105 | 154 | 0 | 102 | 56 | 26 | 526 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1101100 | 0 | 1000010 | 101110 | 10110 | 101010110 | 110110 | 110101 |
Color Harmonies of #C8456C
Complementary color
Monochromatic Colors of #C8456C
Black with #C8456C
Text Example
Text Example
White with #C8456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8456C; }
p { color: rgb(200,69,108); }
H1.HeaderClassName
{
color: #C8456C;
}
.AnyTagClassName
{
color: #C8456C;
}
</style>
background-color css
<style>
a { background-color: #C8456C; }
a { background-color: rgb(200,69,108); }
div.DivClassName
{
background-color: #C8456C;
}
.BgClassName
{
background-color: #C8456C;
}
</style>
border-color css
<style>
span { border-color: #C8456C; }
span { border-color: rgb(200,69,108); }
td.TdClassName
{
border-color: #C8456C;
}
.TagClassName
{
border-color: #C8456C;
}
</style>