Shades of Cabaret #CA3E68
Tints of Cabaret #CA3E68
RGB
CMYK
RGB Variations
Color information
#CA3E68 (or 0xCA3E68) is known color: Cabaret. HEX triplet: CA, 3E and 68. RGB value is (202,62,104). Sum of RGB (Red+Green+Blue) = 202+62+104=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E68 is #35C197. Grayscale: #6C6C6C. Windows color (decimal): -3522968 or 6831818. OLE color: 6831818.
HSL color Cylindrical-coordinate representation of color #CA3E68: hue angle of 342º 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 #CA3E68 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 104 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.21 |
| HSL | 342º | 0.57% | 0.52% | - |
| HSV(B) | 342º | 0.69% | 0.79% | - |
| XYZ | 28.58 | 17 | 14.87 | - |
| YUV | 108.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 104 | 0 | 0.69 | 0.49 | 0.21 | 342 | 0.57 | 0.52 |
| Hex | CA | 3E | 68 | 0 | 45 | 31 | 15 | 156 | 39 | 34 |
| Octal | 312 | 76 | 150 | 0 | 105 | 61 | 25 | 526 | 71 | 64 |
| Binary | 11001010 | 111110 | 1101000 | 0 | 1000101 | 110001 | 10101 | 101010110 | 111001 | 110100 |
Color Harmonies of #CA3E68
Complementary color
Monochromatic Colors of #CA3E68
Black with #CA3E68
Text Example
Text Example
White with #CA3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E68; }
p { color: rgb(202,62,104); }
H1.HeaderClassName
{
color: #CA3E68;
}
.AnyTagClassName
{
color: #CA3E68;
}
</style>
background-color css
<style>
a { background-color: #CA3E68; }
a { background-color: rgb(202,62,104); }
div.DivClassName
{
background-color: #CA3E68;
}
.BgClassName
{
background-color: #CA3E68;
}
</style>
border-color css
<style>
span { border-color: #CA3E68; }
span { border-color: rgb(202,62,104); }
td.TdClassName
{
border-color: #CA3E68;
}
.TagClassName
{
border-color: #CA3E68;
}
</style>