Shades of Cabaret #C45069
Tints of Cabaret #C45069
RGB
CMYK
RGB Variations
Color information
#C45069 (or 0xC45069) is known color: Cabaret. HEX triplet: C4, 50 and 69. RGB value is (196,80,105). Sum of RGB (Red+Green+Blue) = 196+80+105=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C45069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45069 is #3BAF96. Grayscale: #757575. Windows color (decimal): -3911575 or 6901956. OLE color: 6901956.
HSL color Cylindrical-coordinate representation of color #C45069: hue angle of 347.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45069 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 105 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.23 |
| HSL | 347.07º | 0.5% | 0.54% | - |
| HSV(B) | 347.07º | 0.59% | 0.77% | - |
| XYZ | 28.18 | 18.49 | 15.45 | - |
| YUV | 117.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 105 | 0 | 0.59 | 0.46 | 0.23 | 347.07 | 0.5 | 0.54 |
| Hex | C4 | 50 | 69 | 0 | 3B | 2E | 17 | 15B | 32 | 36 |
| Octal | 304 | 120 | 151 | 0 | 73 | 56 | 27 | 533 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1101001 | 0 | 111011 | 101110 | 10111 | 101011011 | 110010 | 110110 |
Color Harmonies of #C45069
Complementary color
Monochromatic Colors of #C45069
Black with #C45069
Text Example
Text Example
White with #C45069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45069; }
p { color: rgb(196,80,105); }
H1.HeaderClassName
{
color: #C45069;
}
.AnyTagClassName
{
color: #C45069;
}
</style>
background-color css
<style>
a { background-color: #C45069; }
a { background-color: rgb(196,80,105); }
div.DivClassName
{
background-color: #C45069;
}
.BgClassName
{
background-color: #C45069;
}
</style>
border-color css
<style>
span { border-color: #C45069; }
span { border-color: rgb(196,80,105); }
td.TdClassName
{
border-color: #C45069;
}
.TagClassName
{
border-color: #C45069;
}
</style>