Shades of Cabaret #CA3C6D
Tints of Cabaret #CA3C6D
RGB
CMYK
RGB Variations
Color information
#CA3C6D (or 0xCA3C6D) is known color: Cabaret. HEX triplet: CA, 3C and 6D. RGB value is (202,60,109). Sum of RGB (Red+Green+Blue) = 202+60+109=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C6D is #35C392. Grayscale: #6B6B6B. Windows color (decimal): -3523475 or 7158986. OLE color: 7158986.
HSL color Cylindrical-coordinate representation of color #CA3C6D: hue angle of 339.3º 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 #CA3C6D is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 109 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.21 |
| HSL | 339.3º | 0.57% | 0.51% | - |
| HSV(B) | 339.3º | 0.7% | 0.79% | - |
| XYZ | 28.73 | 16.89 | 16.21 | - |
| YUV | 108.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 109 | 0 | 0.70 | 0.46 | 0.21 | 339.3 | 0.57 | 0.51 |
| Hex | CA | 3C | 6D | 0 | 46 | 2E | 15 | 153 | 39 | 33 |
| Octal | 312 | 74 | 155 | 0 | 106 | 56 | 25 | 523 | 71 | 63 |
| Binary | 11001010 | 111100 | 1101101 | 0 | 1000110 | 101110 | 10101 | 101010011 | 111001 | 110011 |
Color Harmonies of #CA3C6D
Complementary color
Monochromatic Colors of #CA3C6D
Black with #CA3C6D
Text Example
Text Example
White with #CA3C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C6D; }
p { color: rgb(202,60,109); }
H1.HeaderClassName
{
color: #CA3C6D;
}
.AnyTagClassName
{
color: #CA3C6D;
}
</style>
background-color css
<style>
a { background-color: #CA3C6D; }
a { background-color: rgb(202,60,109); }
div.DivClassName
{
background-color: #CA3C6D;
}
.BgClassName
{
background-color: #CA3C6D;
}
</style>
border-color css
<style>
span { border-color: #CA3C6D; }
span { border-color: rgb(202,60,109); }
td.TdClassName
{
border-color: #CA3C6D;
}
.TagClassName
{
border-color: #CA3C6D;
}
</style>