Shades of Cabaret #C5666E
Tints of Cabaret #C5666E
RGB
CMYK
RGB Variations
Color information
#C5666E (or 0xC5666E) is known color: Cabaret. HEX triplet: C5, 66 and 6E. RGB value is (197,102,110). Sum of RGB (Red+Green+Blue) = 197+102+110=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5666E is #3A9991. Grayscale: #838383. Windows color (decimal): -3840402 or 7235269. OLE color: 7235269.
HSL color Cylindrical-coordinate representation of color #C5666E: hue angle of 354.95º 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 #C5666E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 110 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.23 |
| HSL | 354.95º | 0.45% | 0.59% | - |
| HSV(B) | 354.95º | 0.48% | 0.77% | - |
| XYZ | 30.59 | 22.5 | 17.48 | - |
| YUV | 131.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 110 | 0 | 0.48 | 0.44 | 0.23 | 354.95 | 0.45 | 0.59 |
| Hex | C5 | 66 | 6E | 0 | 30 | 2C | 17 | 163 | 2D | 3B |
| Octal | 305 | 146 | 156 | 0 | 60 | 54 | 27 | 543 | 55 | 73 |
| Binary | 11000101 | 1100110 | 1101110 | 0 | 110000 | 101100 | 10111 | 101100011 | 101101 | 111011 |
Color Harmonies of #C5666E
Complementary color
Monochromatic Colors of #C5666E
Black with #C5666E
Text Example
Text Example
White with #C5666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5666E; }
p { color: rgb(197,102,110); }
H1.HeaderClassName
{
color: #C5666E;
}
.AnyTagClassName
{
color: #C5666E;
}
</style>
background-color css
<style>
a { background-color: #C5666E; }
a { background-color: rgb(197,102,110); }
div.DivClassName
{
background-color: #C5666E;
}
.BgClassName
{
background-color: #C5666E;
}
</style>
border-color css
<style>
span { border-color: #C5666E; }
span { border-color: rgb(197,102,110); }
td.TdClassName
{
border-color: #C5666E;
}
.TagClassName
{
border-color: #C5666E;
}
</style>