Shades of Cabaret #C45D7A
Tints of Cabaret #C45D7A
RGB
CMYK
RGB Variations
Color information
#C45D7A (or 0xC45D7A) is known color: Cabaret. HEX triplet: C4, 5D and 7A. RGB value is (196,93,122). Sum of RGB (Red+Green+Blue) = 196+93+122=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45D7A is #3BA285. Grayscale: #7F7F7F. Windows color (decimal): -3908230 or 8019396. OLE color: 8019396.
HSL color Cylindrical-coordinate representation of color #C45D7A: hue angle of 343.11º 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 #C45D7A is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 122 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.23 |
| HSL | 343.11º | 0.47% | 0.57% | - |
| HSV(B) | 343.11º | 0.53% | 0.77% | - |
| XYZ | 30.19 | 20.97 | 20.87 | - |
| YUV | 127.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 122 | 0 | 0.53 | 0.38 | 0.23 | 343.11 | 0.47 | 0.57 |
| Hex | C4 | 5D | 7A | 0 | 35 | 26 | 17 | 157 | 2F | 39 |
| Octal | 304 | 135 | 172 | 0 | 65 | 46 | 27 | 527 | 57 | 71 |
| Binary | 11000100 | 1011101 | 1111010 | 0 | 110101 | 100110 | 10111 | 101010111 | 101111 | 111001 |
Color Harmonies of #C45D7A
Complementary color
Monochromatic Colors of #C45D7A
Black with #C45D7A
Text Example
Text Example
White with #C45D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D7A; }
p { color: rgb(196,93,122); }
H1.HeaderClassName
{
color: #C45D7A;
}
.AnyTagClassName
{
color: #C45D7A;
}
</style>
background-color css
<style>
a { background-color: #C45D7A; }
a { background-color: rgb(196,93,122); }
div.DivClassName
{
background-color: #C45D7A;
}
.BgClassName
{
background-color: #C45D7A;
}
</style>
border-color css
<style>
span { border-color: #C45D7A; }
span { border-color: rgb(196,93,122); }
td.TdClassName
{
border-color: #C45D7A;
}
.TagClassName
{
border-color: #C45D7A;
}
</style>