Shades of Cabaret #CA6178
Tints of Cabaret #CA6178
RGB
CMYK
RGB Variations
Color information
#CA6178 (or 0xCA6178) is known color: Cabaret. HEX triplet: CA, 61 and 78. RGB value is (202,97,120). Sum of RGB (Red+Green+Blue) = 202+97+120=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6178 is #359E87. Grayscale: #838383. Windows color (decimal): -3513992 or 7889354. OLE color: 7889354.
HSL color Cylindrical-coordinate representation of color #CA6178: hue angle of 346.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6178 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 120 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.21 |
| HSL | 346.86º | 0.5% | 0.59% | - |
| HSV(B) | 346.86º | 0.52% | 0.79% | - |
| XYZ | 32.02 | 22.46 | 20.42 | - |
| YUV | 131.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 120 | 0 | 0.52 | 0.41 | 0.21 | 346.86 | 0.5 | 0.59 |
| Hex | CA | 61 | 78 | 0 | 34 | 29 | 15 | 15B | 32 | 3B |
| Octal | 312 | 141 | 170 | 0 | 64 | 51 | 25 | 533 | 62 | 73 |
| Binary | 11001010 | 1100001 | 1111000 | 0 | 110100 | 101001 | 10101 | 101011011 | 110010 | 111011 |
Color Harmonies of #CA6178
Complementary color
Monochromatic Colors of #CA6178
Black with #CA6178
Text Example
Text Example
White with #CA6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6178; }
p { color: rgb(202,97,120); }
H1.HeaderClassName
{
color: #CA6178;
}
.AnyTagClassName
{
color: #CA6178;
}
</style>
background-color css
<style>
a { background-color: #CA6178; }
a { background-color: rgb(202,97,120); }
div.DivClassName
{
background-color: #CA6178;
}
.BgClassName
{
background-color: #CA6178;
}
</style>
border-color css
<style>
span { border-color: #CA6178; }
span { border-color: rgb(202,97,120); }
td.TdClassName
{
border-color: #CA6178;
}
.TagClassName
{
border-color: #CA6178;
}
</style>