Shades of Cabaret #CA4471
Tints of Cabaret #CA4471
RGB
CMYK
RGB Variations
Color information
#CA4471 (or 0xCA4471) is known color: Cabaret. HEX triplet: CA, 44 and 71. RGB value is (202,68,113). Sum of RGB (Red+Green+Blue) = 202+68+113=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4471 is #35BB8E. Grayscale: #717171. Windows color (decimal): -3521423 or 7423178. OLE color: 7423178.
HSL color Cylindrical-coordinate representation of color #CA4471: hue angle of 339.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4471 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 113 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.21 |
| HSL | 339.85º | 0.56% | 0.53% | - |
| HSV(B) | 339.85º | 0.66% | 0.79% | - |
| XYZ | 29.4 | 17.88 | 17.52 | - |
| YUV | 113.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 113 | 0 | 0.66 | 0.44 | 0.21 | 339.85 | 0.56 | 0.53 |
| Hex | CA | 44 | 71 | 0 | 42 | 2C | 15 | 154 | 38 | 35 |
| Octal | 312 | 104 | 161 | 0 | 102 | 54 | 25 | 524 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1110001 | 0 | 1000010 | 101100 | 10101 | 101010100 | 111000 | 110101 |
Color Harmonies of #CA4471
Complementary color
Monochromatic Colors of #CA4471
Black with #CA4471
Text Example
Text Example
White with #CA4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4471; }
p { color: rgb(202,68,113); }
H1.HeaderClassName
{
color: #CA4471;
}
.AnyTagClassName
{
color: #CA4471;
}
</style>
background-color css
<style>
a { background-color: #CA4471; }
a { background-color: rgb(202,68,113); }
div.DivClassName
{
background-color: #CA4471;
}
.BgClassName
{
background-color: #CA4471;
}
</style>
border-color css
<style>
span { border-color: #CA4471; }
span { border-color: rgb(202,68,113); }
td.TdClassName
{
border-color: #CA4471;
}
.TagClassName
{
border-color: #CA4471;
}
</style>