Shades of Cabaret #CA5177
Tints of Cabaret #CA5177
RGB
CMYK
RGB Variations
Color information
#CA5177 (or 0xCA5177) is known color: Cabaret. HEX triplet: CA, 51 and 77. RGB value is (202,81,119). Sum of RGB (Red+Green+Blue) = 202+81+119=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5177 is #35AE88. Grayscale: #797979. Windows color (decimal): -3518089 or 7819722. OLE color: 7819722.
HSL color Cylindrical-coordinate representation of color #CA5177: hue angle of 341.16º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5177 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 119 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.21 |
| HSL | 341.16º | 0.53% | 0.55% | - |
| HSV(B) | 341.16º | 0.6% | 0.79% | - |
| XYZ | 30.63 | 19.77 | 19.66 | - |
| YUV | 121.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 119 | 0 | 0.60 | 0.41 | 0.21 | 341.16 | 0.53 | 0.55 |
| Hex | CA | 51 | 77 | 0 | 3C | 29 | 15 | 155 | 35 | 37 |
| Octal | 312 | 121 | 167 | 0 | 74 | 51 | 25 | 525 | 65 | 67 |
| Binary | 11001010 | 1010001 | 1110111 | 0 | 111100 | 101001 | 10101 | 101010101 | 110101 | 110111 |
Color Harmonies of #CA5177
Complementary color
Monochromatic Colors of #CA5177
Black with #CA5177
Text Example
Text Example
White with #CA5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5177; }
p { color: rgb(202,81,119); }
H1.HeaderClassName
{
color: #CA5177;
}
.AnyTagClassName
{
color: #CA5177;
}
</style>
background-color css
<style>
a { background-color: #CA5177; }
a { background-color: rgb(202,81,119); }
div.DivClassName
{
background-color: #CA5177;
}
.BgClassName
{
background-color: #CA5177;
}
</style>
border-color css
<style>
span { border-color: #CA5177; }
span { border-color: rgb(202,81,119); }
td.TdClassName
{
border-color: #CA5177;
}
.TagClassName
{
border-color: #CA5177;
}
</style>