Shades of Cabaret #C45D6A
Tints of Cabaret #C45D6A
RGB
CMYK
RGB Variations
Color information
#C45D6A (or 0xC45D6A) is known color: Cabaret. HEX triplet: C4, 5D and 6A. RGB value is (196,93,106). Sum of RGB (Red+Green+Blue) = 196+93+106=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45D6A is #3BA295. Grayscale: #7D7D7D. Windows color (decimal): -3908246 or 6970820. OLE color: 6970820.
HSL color Cylindrical-coordinate representation of color #C45D6A: hue angle of 352.43º 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 #C45D6A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 106 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.23 |
| HSL | 352.43º | 0.47% | 0.57% | - |
| HSV(B) | 352.43º | 0.53% | 0.77% | - |
| XYZ | 29.28 | 20.61 | 16.07 | - |
| YUV | 125.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 106 | 0 | 0.53 | 0.46 | 0.23 | 352.43 | 0.47 | 0.57 |
| Hex | C4 | 5D | 6A | 0 | 35 | 2E | 17 | 160 | 2F | 39 |
| Octal | 304 | 135 | 152 | 0 | 65 | 56 | 27 | 540 | 57 | 71 |
| Binary | 11000100 | 1011101 | 1101010 | 0 | 110101 | 101110 | 10111 | 101100000 | 101111 | 111001 |
Color Harmonies of #C45D6A
Complementary color
Monochromatic Colors of #C45D6A
Black with #C45D6A
Text Example
Text Example
White with #C45D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D6A; }
p { color: rgb(196,93,106); }
H1.HeaderClassName
{
color: #C45D6A;
}
.AnyTagClassName
{
color: #C45D6A;
}
</style>
background-color css
<style>
a { background-color: #C45D6A; }
a { background-color: rgb(196,93,106); }
div.DivClassName
{
background-color: #C45D6A;
}
.BgClassName
{
background-color: #C45D6A;
}
</style>
border-color css
<style>
span { border-color: #C45D6A; }
span { border-color: rgb(196,93,106); }
td.TdClassName
{
border-color: #C45D6A;
}
.TagClassName
{
border-color: #C45D6A;
}
</style>