Shades of Cabaret #CA616E
Tints of Cabaret #CA616E
RGB
CMYK
RGB Variations
Color information
#CA616E (or 0xCA616E) is known color: Cabaret. HEX triplet: CA, 61 and 6E. RGB value is (202,97,110). Sum of RGB (Red+Green+Blue) = 202+97+110=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA616E is #359E91. Grayscale: #818181. Windows color (decimal): -3514002 or 7233994. OLE color: 7233994.
HSL color Cylindrical-coordinate representation of color #CA616E: hue angle of 352.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA616E is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 110 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.21 |
| HSL | 352.57º | 0.5% | 0.59% | - |
| HSV(B) | 352.57º | 0.52% | 0.79% | - |
| XYZ | 31.45 | 22.23 | 17.39 | - |
| YUV | 129.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 110 | 0 | 0.52 | 0.46 | 0.21 | 352.57 | 0.5 | 0.59 |
| Hex | CA | 61 | 6E | 0 | 34 | 2E | 15 | 161 | 32 | 3B |
| Octal | 312 | 141 | 156 | 0 | 64 | 56 | 25 | 541 | 62 | 73 |
| Binary | 11001010 | 1100001 | 1101110 | 0 | 110100 | 101110 | 10101 | 101100001 | 110010 | 111011 |
Color Harmonies of #CA616E
Complementary color
Monochromatic Colors of #CA616E
Black with #CA616E
Text Example
Text Example
White with #CA616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA616E; }
p { color: rgb(202,97,110); }
H1.HeaderClassName
{
color: #CA616E;
}
.AnyTagClassName
{
color: #CA616E;
}
</style>
background-color css
<style>
a { background-color: #CA616E; }
a { background-color: rgb(202,97,110); }
div.DivClassName
{
background-color: #CA616E;
}
.BgClassName
{
background-color: #CA616E;
}
</style>
border-color css
<style>
span { border-color: #CA616E; }
span { border-color: rgb(202,97,110); }
td.TdClassName
{
border-color: #CA616E;
}
.TagClassName
{
border-color: #CA616E;
}
</style>