Shades of Cabaret #C54164
Tints of Cabaret #C54164
RGB
CMYK
RGB Variations
Color information
#C54164 (or 0xC54164) is known color: Cabaret. HEX triplet: C5, 41 and 64. RGB value is (197,65,100). Sum of RGB (Red+Green+Blue) = 197+65+100=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C54164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54164 is #3ABE9B. Grayscale: #6C6C6C. Windows color (decimal): -3849884 or 6570437. OLE color: 6570437.
HSL color Cylindrical-coordinate representation of color #C54164: hue angle of 344.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54164 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 100 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.23 |
| HSL | 344.09º | 0.53% | 0.51% | - |
| HSV(B) | 344.09º | 0.67% | 0.77% | - |
| XYZ | 27.22 | 16.57 | 13.82 | - |
| YUV | 108.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 100 | 0 | 0.67 | 0.49 | 0.23 | 344.09 | 0.53 | 0.51 |
| Hex | C5 | 41 | 64 | 0 | 43 | 31 | 17 | 158 | 35 | 33 |
| Octal | 305 | 101 | 144 | 0 | 103 | 61 | 27 | 530 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1100100 | 0 | 1000011 | 110001 | 10111 | 101011000 | 110101 | 110011 |
Color Harmonies of #C54164
Complementary color
Monochromatic Colors of #C54164
Black with #C54164
Text Example
Text Example
White with #C54164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54164; }
p { color: rgb(197,65,100); }
H1.HeaderClassName
{
color: #C54164;
}
.AnyTagClassName
{
color: #C54164;
}
</style>
background-color css
<style>
a { background-color: #C54164; }
a { background-color: rgb(197,65,100); }
div.DivClassName
{
background-color: #C54164;
}
.BgClassName
{
background-color: #C54164;
}
</style>
border-color css
<style>
span { border-color: #C54164; }
span { border-color: rgb(197,65,100); }
td.TdClassName
{
border-color: #C54164;
}
.TagClassName
{
border-color: #C54164;
}
</style>