Shades of Cabaret #CA3E70
Tints of Cabaret #CA3E70
RGB
CMYK
RGB Variations
Color information
#CA3E70 (or 0xCA3E70) is known color: Cabaret. HEX triplet: CA, 3E and 70. RGB value is (202,62,112). Sum of RGB (Red+Green+Blue) = 202+62+112=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E70 is #35C18F. Grayscale: #6D6D6D. Windows color (decimal): -3522960 or 7356106. OLE color: 7356106.
HSL color Cylindrical-coordinate representation of color #CA3E70: hue angle of 338.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E70 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 112 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.21 |
| HSL | 338.57º | 0.57% | 0.52% | - |
| HSV(B) | 338.57º | 0.69% | 0.79% | - |
| XYZ | 29 | 17.17 | 17.12 | - |
| YUV | 109.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 112 | 0 | 0.69 | 0.45 | 0.21 | 338.57 | 0.57 | 0.52 |
| Hex | CA | 3E | 70 | 0 | 45 | 2D | 15 | 153 | 39 | 34 |
| Octal | 312 | 76 | 160 | 0 | 105 | 55 | 25 | 523 | 71 | 64 |
| Binary | 11001010 | 111110 | 1110000 | 0 | 1000101 | 101101 | 10101 | 101010011 | 111001 | 110100 |
Color Harmonies of #CA3E70
Complementary color
Monochromatic Colors of #CA3E70
Black with #CA3E70
Text Example
Text Example
White with #CA3E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E70; }
p { color: rgb(202,62,112); }
H1.HeaderClassName
{
color: #CA3E70;
}
.AnyTagClassName
{
color: #CA3E70;
}
</style>
background-color css
<style>
a { background-color: #CA3E70; }
a { background-color: rgb(202,62,112); }
div.DivClassName
{
background-color: #CA3E70;
}
.BgClassName
{
background-color: #CA3E70;
}
</style>
border-color css
<style>
span { border-color: #CA3E70; }
span { border-color: rgb(202,62,112); }
td.TdClassName
{
border-color: #CA3E70;
}
.TagClassName
{
border-color: #CA3E70;
}
</style>