Shades of Cabaret #C8416B
Tints of Cabaret #C8416B
RGB
CMYK
RGB Variations
Color information
#C8416B (or 0xC8416B) is known color: Cabaret. HEX triplet: C8, 41 and 6B. RGB value is (200,65,107). Sum of RGB (Red+Green+Blue) = 200+65+107=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8416B is #37BE94. Grayscale: #6E6E6E. Windows color (decimal): -3653269 or 7029192. OLE color: 7029192.
HSL color Cylindrical-coordinate representation of color #C8416B: hue angle of 341.33º 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 #C8416B is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 107 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.22 |
| HSL | 341.33º | 0.55% | 0.52% | - |
| HSV(B) | 341.33º | 0.68% | 0.78% | - |
| XYZ | 28.36 | 17.12 | 15.72 | - |
| YUV | 110.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 107 | 0 | 0.68 | 0.46 | 0.22 | 341.33 | 0.55 | 0.52 |
| Hex | C8 | 41 | 6B | 0 | 44 | 2E | 16 | 155 | 37 | 34 |
| Octal | 310 | 101 | 153 | 0 | 104 | 56 | 26 | 525 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1101011 | 0 | 1000100 | 101110 | 10110 | 101010101 | 110111 | 110100 |
Color Harmonies of #C8416B
Complementary color
Monochromatic Colors of #C8416B
Black with #C8416B
Text Example
Text Example
White with #C8416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8416B; }
p { color: rgb(200,65,107); }
H1.HeaderClassName
{
color: #C8416B;
}
.AnyTagClassName
{
color: #C8416B;
}
</style>
background-color css
<style>
a { background-color: #C8416B; }
a { background-color: rgb(200,65,107); }
div.DivClassName
{
background-color: #C8416B;
}
.BgClassName
{
background-color: #C8416B;
}
</style>
border-color css
<style>
span { border-color: #C8416B; }
span { border-color: rgb(200,65,107); }
td.TdClassName
{
border-color: #C8416B;
}
.TagClassName
{
border-color: #C8416B;
}
</style>