Shades of Cabaret #CA3E6C
Tints of Cabaret #CA3E6C
RGB
CMYK
RGB Variations
Color information
#CA3E6C (or 0xCA3E6C) is known color: Cabaret. HEX triplet: CA, 3E and 6C. RGB value is (202,62,108). Sum of RGB (Red+Green+Blue) = 202+62+108=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E6C is #35C193. Grayscale: #6D6D6D. Windows color (decimal): -3522964 or 7093962. OLE color: 7093962.
HSL color Cylindrical-coordinate representation of color #CA3E6C: hue angle of 340.29º 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 #CA3E6C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 108 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.21 |
| HSL | 340.29º | 0.57% | 0.52% | - |
| HSV(B) | 340.29º | 0.69% | 0.79% | - |
| XYZ | 28.79 | 17.08 | 15.97 | - |
| YUV | 109.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 108 | 0 | 0.69 | 0.47 | 0.21 | 340.29 | 0.57 | 0.52 |
| Hex | CA | 3E | 6C | 0 | 45 | 2F | 15 | 154 | 39 | 34 |
| Octal | 312 | 76 | 154 | 0 | 105 | 57 | 25 | 524 | 71 | 64 |
| Binary | 11001010 | 111110 | 1101100 | 0 | 1000101 | 101111 | 10101 | 101010100 | 111001 | 110100 |
Color Harmonies of #CA3E6C
Complementary color
Monochromatic Colors of #CA3E6C
Black with #CA3E6C
Text Example
Text Example
White with #CA3E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E6C; }
p { color: rgb(202,62,108); }
H1.HeaderClassName
{
color: #CA3E6C;
}
.AnyTagClassName
{
color: #CA3E6C;
}
</style>
background-color css
<style>
a { background-color: #CA3E6C; }
a { background-color: rgb(202,62,108); }
div.DivClassName
{
background-color: #CA3E6C;
}
.BgClassName
{
background-color: #CA3E6C;
}
</style>
border-color css
<style>
span { border-color: #CA3E6C; }
span { border-color: rgb(202,62,108); }
td.TdClassName
{
border-color: #CA3E6C;
}
.TagClassName
{
border-color: #CA3E6C;
}
</style>