Shades of Cabaret #C8456A
Tints of Cabaret #C8456A
RGB
CMYK
RGB Variations
Color information
#C8456A (or 0xC8456A) is known color: Cabaret. HEX triplet: C8, 45 and 6A. RGB value is (200,69,106). Sum of RGB (Red+Green+Blue) = 200+69+106=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8456A is #37BA95. Grayscale: #707070. Windows color (decimal): -3652246 or 6964680. OLE color: 6964680.
HSL color Cylindrical-coordinate representation of color #C8456A: hue angle of 343.05º 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 #C8456A is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 106 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.22 |
| HSL | 343.05º | 0.54% | 0.53% | - |
| HSV(B) | 343.05º | 0.66% | 0.78% | - |
| XYZ | 28.55 | 17.58 | 15.52 | - |
| YUV | 112.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 106 | 0 | 0.66 | 0.47 | 0.22 | 343.05 | 0.54 | 0.53 |
| Hex | C8 | 45 | 6A | 0 | 42 | 2F | 16 | 157 | 36 | 35 |
| Octal | 310 | 105 | 152 | 0 | 102 | 57 | 26 | 527 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1101010 | 0 | 1000010 | 101111 | 10110 | 101010111 | 110110 | 110101 |
Color Harmonies of #C8456A
Complementary color
Monochromatic Colors of #C8456A
Black with #C8456A
Text Example
Text Example
White with #C8456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8456A; }
p { color: rgb(200,69,106); }
H1.HeaderClassName
{
color: #C8456A;
}
.AnyTagClassName
{
color: #C8456A;
}
</style>
background-color css
<style>
a { background-color: #C8456A; }
a { background-color: rgb(200,69,106); }
div.DivClassName
{
background-color: #C8456A;
}
.BgClassName
{
background-color: #C8456A;
}
</style>
border-color css
<style>
span { border-color: #C8456A; }
span { border-color: rgb(200,69,106); }
td.TdClassName
{
border-color: #C8456A;
}
.TagClassName
{
border-color: #C8456A;
}
</style>