Shades of Cabaret #C5446C
Tints of Cabaret #C5446C
RGB
CMYK
RGB Variations
Color information
#C5446C (or 0xC5446C) is known color: Cabaret. HEX triplet: C5, 44 and 6C. RGB value is (197,68,108). Sum of RGB (Red+Green+Blue) = 197+68+108=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5446C is #3ABB93. Grayscale: #6F6F6F. Windows color (decimal): -3849108 or 7095493. OLE color: 7095493.
HSL color Cylindrical-coordinate representation of color #C5446C: hue angle of 341.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5446C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 108 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.23 |
| HSL | 341.4º | 0.53% | 0.52% | - |
| HSV(B) | 341.4º | 0.65% | 0.77% | - |
| XYZ | 27.8 | 17.09 | 16.02 | - |
| YUV | 111.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 108 | 0 | 0.65 | 0.45 | 0.23 | 341.4 | 0.53 | 0.52 |
| Hex | C5 | 44 | 6C | 0 | 41 | 2D | 17 | 155 | 35 | 34 |
| Octal | 305 | 104 | 154 | 0 | 101 | 55 | 27 | 525 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1101100 | 0 | 1000001 | 101101 | 10111 | 101010101 | 110101 | 110100 |
Color Harmonies of #C5446C
Complementary color
Monochromatic Colors of #C5446C
Black with #C5446C
Text Example
Text Example
White with #C5446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5446C; }
p { color: rgb(197,68,108); }
H1.HeaderClassName
{
color: #C5446C;
}
.AnyTagClassName
{
color: #C5446C;
}
</style>
background-color css
<style>
a { background-color: #C5446C; }
a { background-color: rgb(197,68,108); }
div.DivClassName
{
background-color: #C5446C;
}
.BgClassName
{
background-color: #C5446C;
}
</style>
border-color css
<style>
span { border-color: #C5446C; }
span { border-color: rgb(197,68,108); }
td.TdClassName
{
border-color: #C5446C;
}
.TagClassName
{
border-color: #C5446C;
}
</style>