Shades of Cabaret #CA607A
Tints of Cabaret #CA607A
RGB
CMYK
RGB Variations
Color information
#CA607A (or 0xCA607A) is known color: Cabaret. HEX triplet: CA, 60 and 7A. RGB value is (202,96,122). Sum of RGB (Red+Green+Blue) = 202+96+122=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA607A is #359F85. Grayscale: #828282. Windows color (decimal): -3514246 or 8020170. OLE color: 8020170.
HSL color Cylindrical-coordinate representation of color #CA607A: hue angle of 345.28º 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 #CA607A is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 122 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.21 |
| HSL | 345.28º | 0.5% | 0.58% | - |
| HSV(B) | 345.28º | 0.52% | 0.79% | - |
| XYZ | 32.05 | 22.33 | 21.03 | - |
| YUV | 130.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 122 | 0 | 0.52 | 0.40 | 0.21 | 345.28 | 0.5 | 0.58 |
| Hex | CA | 60 | 7A | 0 | 34 | 28 | 15 | 159 | 32 | 3A |
| Octal | 312 | 140 | 172 | 0 | 64 | 50 | 25 | 531 | 62 | 72 |
| Binary | 11001010 | 1100000 | 1111010 | 0 | 110100 | 101000 | 10101 | 101011001 | 110010 | 111010 |
Color Harmonies of #CA607A
Complementary color
Monochromatic Colors of #CA607A
Black with #CA607A
Text Example
Text Example
White with #CA607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA607A; }
p { color: rgb(202,96,122); }
H1.HeaderClassName
{
color: #CA607A;
}
.AnyTagClassName
{
color: #CA607A;
}
</style>
background-color css
<style>
a { background-color: #CA607A; }
a { background-color: rgb(202,96,122); }
div.DivClassName
{
background-color: #CA607A;
}
.BgClassName
{
background-color: #CA607A;
}
</style>
border-color css
<style>
span { border-color: #CA607A; }
span { border-color: rgb(202,96,122); }
td.TdClassName
{
border-color: #CA607A;
}
.TagClassName
{
border-color: #CA607A;
}
</style>