Shades of Cabaret #C45A6A
Tints of Cabaret #C45A6A
RGB
CMYK
RGB Variations
Color information
#C45A6A (or 0xC45A6A) is known color: Cabaret. HEX triplet: C4, 5A and 6A. RGB value is (196,90,106). Sum of RGB (Red+Green+Blue) = 196+90+106=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A6A is #3BA595. Grayscale: #7B7B7B. Windows color (decimal): -3909014 or 6970052. OLE color: 6970052.
HSL color Cylindrical-coordinate representation of color #C45A6A: hue angle of 350.94º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A6A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 106 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.23 |
| HSL | 350.94º | 0.47% | 0.56% | - |
| HSV(B) | 350.94º | 0.54% | 0.77% | - |
| XYZ | 29.02 | 20.09 | 15.98 | - |
| YUV | 123.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 106 | 0 | 0.54 | 0.46 | 0.23 | 350.94 | 0.47 | 0.56 |
| Hex | C4 | 5A | 6A | 0 | 36 | 2E | 17 | 15F | 2F | 38 |
| Octal | 304 | 132 | 152 | 0 | 66 | 56 | 27 | 537 | 57 | 70 |
| Binary | 11000100 | 1011010 | 1101010 | 0 | 110110 | 101110 | 10111 | 101011111 | 101111 | 111000 |
Color Harmonies of #C45A6A
Complementary color
Monochromatic Colors of #C45A6A
Black with #C45A6A
Text Example
Text Example
White with #C45A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A6A; }
p { color: rgb(196,90,106); }
H1.HeaderClassName
{
color: #C45A6A;
}
.AnyTagClassName
{
color: #C45A6A;
}
</style>
background-color css
<style>
a { background-color: #C45A6A; }
a { background-color: rgb(196,90,106); }
div.DivClassName
{
background-color: #C45A6A;
}
.BgClassName
{
background-color: #C45A6A;
}
</style>
border-color css
<style>
span { border-color: #C45A6A; }
span { border-color: rgb(196,90,106); }
td.TdClassName
{
border-color: #C45A6A;
}
.TagClassName
{
border-color: #C45A6A;
}
</style>