Shades of Cabaret #CA3C6F
Tints of Cabaret #CA3C6F
RGB
CMYK
RGB Variations
Color information
#CA3C6F (or 0xCA3C6F) is known color: Cabaret. HEX triplet: CA, 3C and 6F. RGB value is (202,60,111). Sum of RGB (Red+Green+Blue) = 202+60+111=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C6F is #35C390. Grayscale: #6C6C6C. Windows color (decimal): -3523473 or 7290058. OLE color: 7290058.
HSL color Cylindrical-coordinate representation of color #CA3C6F: hue angle of 338.45º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C6F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 111 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.21 |
| HSL | 338.45º | 0.57% | 0.51% | - |
| HSV(B) | 338.45º | 0.7% | 0.79% | - |
| XYZ | 28.84 | 16.94 | 16.79 | - |
| YUV | 108.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 111 | 0 | 0.70 | 0.45 | 0.21 | 338.45 | 0.57 | 0.51 |
| Hex | CA | 3C | 6F | 0 | 46 | 2D | 15 | 152 | 39 | 33 |
| Octal | 312 | 74 | 157 | 0 | 106 | 55 | 25 | 522 | 71 | 63 |
| Binary | 11001010 | 111100 | 1101111 | 0 | 1000110 | 101101 | 10101 | 101010010 | 111001 | 110011 |
Color Harmonies of #CA3C6F
Complementary color
Monochromatic Colors of #CA3C6F
Black with #CA3C6F
Text Example
Text Example
White with #CA3C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C6F; }
p { color: rgb(202,60,111); }
H1.HeaderClassName
{
color: #CA3C6F;
}
.AnyTagClassName
{
color: #CA3C6F;
}
</style>
background-color css
<style>
a { background-color: #CA3C6F; }
a { background-color: rgb(202,60,111); }
div.DivClassName
{
background-color: #CA3C6F;
}
.BgClassName
{
background-color: #CA3C6F;
}
</style>
border-color css
<style>
span { border-color: #CA3C6F; }
span { border-color: rgb(202,60,111); }
td.TdClassName
{
border-color: #CA3C6F;
}
.TagClassName
{
border-color: #CA3C6F;
}
</style>