Shades of Cabaret #CA616B
Tints of Cabaret #CA616B
RGB
CMYK
RGB Variations
Color information
#CA616B (or 0xCA616B) is known color: Cabaret. HEX triplet: CA, 61 and 6B. RGB value is (202,97,107). Sum of RGB (Red+Green+Blue) = 202+97+107=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA616B is #359E94. Grayscale: #818181. Windows color (decimal): -3514005 or 7037386. OLE color: 7037386.
HSL color Cylindrical-coordinate representation of color #CA616B: hue angle of 354.29º 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 #CA616B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 107 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.21 |
| HSL | 354.29º | 0.5% | 0.59% | - |
| HSV(B) | 354.29º | 0.52% | 0.79% | - |
| XYZ | 31.29 | 22.17 | 16.54 | - |
| YUV | 129.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 107 | 0 | 0.52 | 0.47 | 0.21 | 354.29 | 0.5 | 0.59 |
| Hex | CA | 61 | 6B | 0 | 34 | 2F | 15 | 162 | 32 | 3B |
| Octal | 312 | 141 | 153 | 0 | 64 | 57 | 25 | 542 | 62 | 73 |
| Binary | 11001010 | 1100001 | 1101011 | 0 | 110100 | 101111 | 10101 | 101100010 | 110010 | 111011 |
Color Harmonies of #CA616B
Complementary color
Monochromatic Colors of #CA616B
Black with #CA616B
Text Example
Text Example
White with #CA616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA616B; }
p { color: rgb(202,97,107); }
H1.HeaderClassName
{
color: #CA616B;
}
.AnyTagClassName
{
color: #CA616B;
}
</style>
background-color css
<style>
a { background-color: #CA616B; }
a { background-color: rgb(202,97,107); }
div.DivClassName
{
background-color: #CA616B;
}
.BgClassName
{
background-color: #CA616B;
}
</style>
border-color css
<style>
span { border-color: #CA616B; }
span { border-color: rgb(202,97,107); }
td.TdClassName
{
border-color: #CA616B;
}
.TagClassName
{
border-color: #CA616B;
}
</style>