Shades of Cabaret #CA4162
Tints of Cabaret #CA4162
RGB
CMYK
RGB Variations
Color information
#CA4162 (or 0xCA4162) is known color: Cabaret. HEX triplet: CA, 41 and 62. RGB value is (202,65,98). Sum of RGB (Red+Green+Blue) = 202+65+98=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4162 is #35BE9D. Grayscale: #6D6D6D. Windows color (decimal): -3522206 or 6439370. OLE color: 6439370.
HSL color Cylindrical-coordinate representation of color #CA4162: hue angle of 345.55º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4162 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 98 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.21 |
| HSL | 345.55º | 0.56% | 0.52% | - |
| HSV(B) | 345.55º | 0.68% | 0.79% | - |
| XYZ | 28.45 | 17.22 | 13.38 | - |
| YUV | 109.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 98 | 0 | 0.68 | 0.51 | 0.21 | 345.55 | 0.56 | 0.52 |
| Hex | CA | 41 | 62 | 0 | 44 | 33 | 15 | 15A | 38 | 34 |
| Octal | 312 | 101 | 142 | 0 | 104 | 63 | 25 | 532 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1100010 | 0 | 1000100 | 110011 | 10101 | 101011010 | 111000 | 110100 |
Color Harmonies of #CA4162
Complementary color
Monochromatic Colors of #CA4162
Black with #CA4162
Text Example
Text Example
White with #CA4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4162; }
p { color: rgb(202,65,98); }
H1.HeaderClassName
{
color: #CA4162;
}
.AnyTagClassName
{
color: #CA4162;
}
</style>
background-color css
<style>
a { background-color: #CA4162; }
a { background-color: rgb(202,65,98); }
div.DivClassName
{
background-color: #CA4162;
}
.BgClassName
{
background-color: #CA4162;
}
</style>
border-color css
<style>
span { border-color: #CA4162; }
span { border-color: rgb(202,65,98); }
td.TdClassName
{
border-color: #CA4162;
}
.TagClassName
{
border-color: #CA4162;
}
</style>