Shades of Cabaret #CA4A6E
Tints of Cabaret #CA4A6E
RGB
CMYK
RGB Variations
Color information
#CA4A6E (or 0xCA4A6E) is known color: Cabaret. HEX triplet: CA, 4A and 6E. RGB value is (202,74,110). Sum of RGB (Red+Green+Blue) = 202+74+110=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A6E is #35B591. Grayscale: #747474. Windows color (decimal): -3519890 or 7228106. OLE color: 7228106.
HSL color Cylindrical-coordinate representation of color #CA4A6E: hue angle of 343.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A6E is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 110 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.21 |
| HSL | 343.13º | 0.55% | 0.54% | - |
| HSV(B) | 343.13º | 0.63% | 0.79% | - |
| XYZ | 29.62 | 18.58 | 16.78 | - |
| YUV | 116.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 110 | 0 | 0.63 | 0.46 | 0.21 | 343.13 | 0.55 | 0.54 |
| Hex | CA | 4A | 6E | 0 | 3F | 2E | 15 | 157 | 37 | 36 |
| Octal | 312 | 112 | 156 | 0 | 77 | 56 | 25 | 527 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1101110 | 0 | 111111 | 101110 | 10101 | 101010111 | 110111 | 110110 |
Color Harmonies of #CA4A6E
Complementary color
Monochromatic Colors of #CA4A6E
Black with #CA4A6E
Text Example
Text Example
White with #CA4A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A6E; }
p { color: rgb(202,74,110); }
H1.HeaderClassName
{
color: #CA4A6E;
}
.AnyTagClassName
{
color: #CA4A6E;
}
</style>
background-color css
<style>
a { background-color: #CA4A6E; }
a { background-color: rgb(202,74,110); }
div.DivClassName
{
background-color: #CA4A6E;
}
.BgClassName
{
background-color: #CA4A6E;
}
</style>
border-color css
<style>
span { border-color: #CA4A6E; }
span { border-color: rgb(202,74,110); }
td.TdClassName
{
border-color: #CA4A6E;
}
.TagClassName
{
border-color: #CA4A6E;
}
</style>