Shades of Cabaret #C45A66
Tints of Cabaret #C45A66
RGB
CMYK
RGB Variations
Color information
#C45A66 (or 0xC45A66) is known color: Cabaret. HEX triplet: C4, 5A and 66. RGB value is (196,90,102). Sum of RGB (Red+Green+Blue) = 196+90+102=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A66 is #3BA599. Grayscale: #7B7B7B. Windows color (decimal): -3909018 or 6707908. OLE color: 6707908.
HSL color Cylindrical-coordinate representation of color #C45A66: hue angle of 353.21º 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 #C45A66 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 102 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.23 |
| HSL | 353.21º | 0.47% | 0.56% | - |
| HSV(B) | 353.21º | 0.54% | 0.77% | - |
| XYZ | 28.82 | 20.01 | 14.91 | - |
| YUV | 123.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 102 | 0 | 0.54 | 0.48 | 0.23 | 353.21 | 0.47 | 0.56 |
| Hex | C4 | 5A | 66 | 0 | 36 | 30 | 17 | 161 | 2F | 38 |
| Octal | 304 | 132 | 146 | 0 | 66 | 60 | 27 | 541 | 57 | 70 |
| Binary | 11000100 | 1011010 | 1100110 | 0 | 110110 | 110000 | 10111 | 101100001 | 101111 | 111000 |
Color Harmonies of #C45A66
Complementary color
Monochromatic Colors of #C45A66
Black with #C45A66
Text Example
Text Example
White with #C45A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A66; }
p { color: rgb(196,90,102); }
H1.HeaderClassName
{
color: #C45A66;
}
.AnyTagClassName
{
color: #C45A66;
}
</style>
background-color css
<style>
a { background-color: #C45A66; }
a { background-color: rgb(196,90,102); }
div.DivClassName
{
background-color: #C45A66;
}
.BgClassName
{
background-color: #C45A66;
}
</style>
border-color css
<style>
span { border-color: #C45A66; }
span { border-color: rgb(196,90,102); }
td.TdClassName
{
border-color: #C45A66;
}
.TagClassName
{
border-color: #C45A66;
}
</style>