Shades of Cabaret #CA426E
Tints of Cabaret #CA426E
RGB
CMYK
RGB Variations
Color information
#CA426E (or 0xCA426E) is known color: Cabaret. HEX triplet: CA, 42 and 6E. RGB value is (202,66,110). Sum of RGB (Red+Green+Blue) = 202+66+110=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA426E is #35BD91. Grayscale: #6F6F6F. Windows color (decimal): -3521938 or 7226058. OLE color: 7226058.
HSL color Cylindrical-coordinate representation of color #CA426E: hue angle of 340.59º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA426E is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 110 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.21 |
| HSL | 340.59º | 0.56% | 0.53% | - |
| HSV(B) | 340.59º | 0.67% | 0.79% | - |
| XYZ | 29.12 | 17.58 | 16.61 | - |
| YUV | 111.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 110 | 0 | 0.67 | 0.46 | 0.21 | 340.59 | 0.56 | 0.53 |
| Hex | CA | 42 | 6E | 0 | 43 | 2E | 15 | 155 | 38 | 35 |
| Octal | 312 | 102 | 156 | 0 | 103 | 56 | 25 | 525 | 70 | 65 |
| Binary | 11001010 | 1000010 | 1101110 | 0 | 1000011 | 101110 | 10101 | 101010101 | 111000 | 110101 |
Color Harmonies of #CA426E
Complementary color
Monochromatic Colors of #CA426E
Black with #CA426E
Text Example
Text Example
White with #CA426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA426E; }
p { color: rgb(202,66,110); }
H1.HeaderClassName
{
color: #CA426E;
}
.AnyTagClassName
{
color: #CA426E;
}
</style>
background-color css
<style>
a { background-color: #CA426E; }
a { background-color: rgb(202,66,110); }
div.DivClassName
{
background-color: #CA426E;
}
.BgClassName
{
background-color: #CA426E;
}
</style>
border-color css
<style>
span { border-color: #CA426E; }
span { border-color: rgb(202,66,110); }
td.TdClassName
{
border-color: #CA426E;
}
.TagClassName
{
border-color: #CA426E;
}
</style>