Shades of Cabaret #C8416A
Tints of Cabaret #C8416A
RGB
CMYK
RGB Variations
Color information
#C8416A (or 0xC8416A) is known color: Cabaret. HEX triplet: C8, 41 and 6A. RGB value is (200,65,106). Sum of RGB (Red+Green+Blue) = 200+65+106=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8416A is #37BE95. Grayscale: #6E6E6E. Windows color (decimal): -3653270 or 6963656. OLE color: 6963656.
HSL color Cylindrical-coordinate representation of color #C8416A: hue angle of 341.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8416A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 106 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.22 |
| HSL | 341.78º | 0.55% | 0.52% | - |
| HSV(B) | 341.78º | 0.68% | 0.78% | - |
| XYZ | 28.31 | 17.1 | 15.44 | - |
| YUV | 110.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 106 | 0 | 0.68 | 0.47 | 0.22 | 341.78 | 0.55 | 0.52 |
| Hex | C8 | 41 | 6A | 0 | 44 | 2F | 16 | 156 | 37 | 34 |
| Octal | 310 | 101 | 152 | 0 | 104 | 57 | 26 | 526 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1101010 | 0 | 1000100 | 101111 | 10110 | 101010110 | 110111 | 110100 |
Color Harmonies of #C8416A
Complementary color
Monochromatic Colors of #C8416A
Black with #C8416A
Text Example
Text Example
White with #C8416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8416A; }
p { color: rgb(200,65,106); }
H1.HeaderClassName
{
color: #C8416A;
}
.AnyTagClassName
{
color: #C8416A;
}
</style>
background-color css
<style>
a { background-color: #C8416A; }
a { background-color: rgb(200,65,106); }
div.DivClassName
{
background-color: #C8416A;
}
.BgClassName
{
background-color: #C8416A;
}
</style>
border-color css
<style>
span { border-color: #C8416A; }
span { border-color: rgb(200,65,106); }
td.TdClassName
{
border-color: #C8416A;
}
.TagClassName
{
border-color: #C8416A;
}
</style>