Shades of Cabaret #C45D69
Tints of Cabaret #C45D69
RGB
CMYK
RGB Variations
Color information
#C45D69 (or 0xC45D69) is known color: Cabaret. HEX triplet: C4, 5D and 69. RGB value is (196,93,105). Sum of RGB (Red+Green+Blue) = 196+93+105=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45D69 is #3BA296. Grayscale: #7D7D7D. Windows color (decimal): -3908247 or 6905284. OLE color: 6905284.
HSL color Cylindrical-coordinate representation of color #C45D69: hue angle of 353.01º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45D69 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 105 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.23 |
| HSL | 353.01º | 0.47% | 0.57% | - |
| HSV(B) | 353.01º | 0.53% | 0.77% | - |
| XYZ | 29.23 | 20.58 | 15.8 | - |
| YUV | 125.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 105 | 0 | 0.53 | 0.46 | 0.23 | 353.01 | 0.47 | 0.57 |
| Hex | C4 | 5D | 69 | 0 | 35 | 2E | 17 | 161 | 2F | 39 |
| Octal | 304 | 135 | 151 | 0 | 65 | 56 | 27 | 541 | 57 | 71 |
| Binary | 11000100 | 1011101 | 1101001 | 0 | 110101 | 101110 | 10111 | 101100001 | 101111 | 111001 |
Color Harmonies of #C45D69
Complementary color
Monochromatic Colors of #C45D69
Black with #C45D69
Text Example
Text Example
White with #C45D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D69; }
p { color: rgb(196,93,105); }
H1.HeaderClassName
{
color: #C45D69;
}
.AnyTagClassName
{
color: #C45D69;
}
</style>
background-color css
<style>
a { background-color: #C45D69; }
a { background-color: rgb(196,93,105); }
div.DivClassName
{
background-color: #C45D69;
}
.BgClassName
{
background-color: #C45D69;
}
</style>
border-color css
<style>
span { border-color: #C45D69; }
span { border-color: rgb(196,93,105); }
td.TdClassName
{
border-color: #C45D69;
}
.TagClassName
{
border-color: #C45D69;
}
</style>