Shades of Cabaret #C5666A
Tints of Cabaret #C5666A
RGB
CMYK
RGB Variations
Color information
#C5666A (or 0xC5666A) is known color: Cabaret. HEX triplet: C5, 66 and 6A. RGB value is (197,102,106). Sum of RGB (Red+Green+Blue) = 197+102+106=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5666A is #3A9995. Grayscale: #828282. Windows color (decimal): -3840406 or 6973125. OLE color: 6973125.
HSL color Cylindrical-coordinate representation of color #C5666A: hue angle of 357.47º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5666A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 106 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.23 |
| HSL | 357.47º | 0.45% | 0.59% | - |
| HSV(B) | 357.47º | 0.48% | 0.77% | - |
| XYZ | 30.38 | 22.41 | 16.36 | - |
| YUV | 130.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 106 | 0 | 0.48 | 0.46 | 0.23 | 357.47 | 0.45 | 0.59 |
| Hex | C5 | 66 | 6A | 0 | 30 | 2E | 17 | 165 | 2D | 3B |
| Octal | 305 | 146 | 152 | 0 | 60 | 56 | 27 | 545 | 55 | 73 |
| Binary | 11000101 | 1100110 | 1101010 | 0 | 110000 | 101110 | 10111 | 101100101 | 101101 | 111011 |
Color Harmonies of #C5666A
Complementary color
Monochromatic Colors of #C5666A
Black with #C5666A
Text Example
Text Example
White with #C5666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5666A; }
p { color: rgb(197,102,106); }
H1.HeaderClassName
{
color: #C5666A;
}
.AnyTagClassName
{
color: #C5666A;
}
</style>
background-color css
<style>
a { background-color: #C5666A; }
a { background-color: rgb(197,102,106); }
div.DivClassName
{
background-color: #C5666A;
}
.BgClassName
{
background-color: #C5666A;
}
</style>
border-color css
<style>
span { border-color: #C5666A; }
span { border-color: rgb(197,102,106); }
td.TdClassName
{
border-color: #C5666A;
}
.TagClassName
{
border-color: #C5666A;
}
</style>