Shades of Cabaret #CA4472
Tints of Cabaret #CA4472
RGB
CMYK
RGB Variations
Color information
#CA4472 (or 0xCA4472) is known color: Cabaret. HEX triplet: CA, 44 and 72. RGB value is (202,68,114). Sum of RGB (Red+Green+Blue) = 202+68+114=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4472 is #35BB8D. Grayscale: #717171. Windows color (decimal): -3521422 or 7488714. OLE color: 7488714.
HSL color Cylindrical-coordinate representation of color #CA4472: hue angle of 339.4º 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 #CA4472 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 114 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.21 |
| HSL | 339.4º | 0.56% | 0.53% | - |
| HSV(B) | 339.4º | 0.66% | 0.79% | - |
| XYZ | 29.46 | 17.91 | 17.82 | - |
| YUV | 113.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 114 | 0 | 0.66 | 0.44 | 0.21 | 339.4 | 0.56 | 0.53 |
| Hex | CA | 44 | 72 | 0 | 42 | 2C | 15 | 153 | 38 | 35 |
| Octal | 312 | 104 | 162 | 0 | 102 | 54 | 25 | 523 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1110010 | 0 | 1000010 | 101100 | 10101 | 101010011 | 111000 | 110101 |
Color Harmonies of #CA4472
Complementary color
Monochromatic Colors of #CA4472
Black with #CA4472
Text Example
Text Example
White with #CA4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4472; }
p { color: rgb(202,68,114); }
H1.HeaderClassName
{
color: #CA4472;
}
.AnyTagClassName
{
color: #CA4472;
}
</style>
background-color css
<style>
a { background-color: #CA4472; }
a { background-color: rgb(202,68,114); }
div.DivClassName
{
background-color: #CA4472;
}
.BgClassName
{
background-color: #CA4472;
}
</style>
border-color css
<style>
span { border-color: #CA4472; }
span { border-color: rgb(202,68,114); }
td.TdClassName
{
border-color: #CA4472;
}
.TagClassName
{
border-color: #CA4472;
}
</style>