Shades of Cabaret #CA607C
Tints of Cabaret #CA607C
RGB
CMYK
RGB Variations
Color information
#CA607C (or 0xCA607C) is known color: Cabaret. HEX triplet: CA, 60 and 7C. RGB value is (202,96,124). Sum of RGB (Red+Green+Blue) = 202+96+124=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA607C is #359F83. Grayscale: #828282. Windows color (decimal): -3514244 or 8151242. OLE color: 8151242.
HSL color Cylindrical-coordinate representation of color #CA607C: hue angle of 344.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA607C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 124 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.21 |
| HSL | 344.15º | 0.5% | 0.58% | - |
| HSV(B) | 344.15º | 0.52% | 0.79% | - |
| XYZ | 32.18 | 22.38 | 21.69 | - |
| YUV | 130.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 124 | 0 | 0.52 | 0.39 | 0.21 | 344.15 | 0.5 | 0.58 |
| Hex | CA | 60 | 7C | 0 | 34 | 27 | 15 | 158 | 32 | 3A |
| Octal | 312 | 140 | 174 | 0 | 64 | 47 | 25 | 530 | 62 | 72 |
| Binary | 11001010 | 1100000 | 1111100 | 0 | 110100 | 100111 | 10101 | 101011000 | 110010 | 111010 |
Color Harmonies of #CA607C
Complementary color
Monochromatic Colors of #CA607C
Black with #CA607C
Text Example
Text Example
White with #CA607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA607C; }
p { color: rgb(202,96,124); }
H1.HeaderClassName
{
color: #CA607C;
}
.AnyTagClassName
{
color: #CA607C;
}
</style>
background-color css
<style>
a { background-color: #CA607C; }
a { background-color: rgb(202,96,124); }
div.DivClassName
{
background-color: #CA607C;
}
.BgClassName
{
background-color: #CA607C;
}
</style>
border-color css
<style>
span { border-color: #CA607C; }
span { border-color: rgb(202,96,124); }
td.TdClassName
{
border-color: #CA607C;
}
.TagClassName
{
border-color: #CA607C;
}
</style>