Shades of Cabaret #CA606A
Tints of Cabaret #CA606A
RGB
CMYK
RGB Variations
Color information
#CA606A (or 0xCA606A) is known color: Cabaret. HEX triplet: CA, 60 and 6A. RGB value is (202,96,106). Sum of RGB (Red+Green+Blue) = 202+96+106=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA606A is #359F95. Grayscale: #808080. Windows color (decimal): -3514262 or 6971594. OLE color: 6971594.
HSL color Cylindrical-coordinate representation of color #CA606A: hue angle of 354.34º 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 #CA606A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 106 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.21 |
| HSL | 354.34º | 0.5% | 0.58% | - |
| HSV(B) | 354.34º | 0.52% | 0.79% | - |
| XYZ | 31.14 | 21.96 | 16.23 | - |
| YUV | 128.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 106 | 0 | 0.52 | 0.48 | 0.21 | 354.34 | 0.5 | 0.58 |
| Hex | CA | 60 | 6A | 0 | 34 | 30 | 15 | 162 | 32 | 3A |
| Octal | 312 | 140 | 152 | 0 | 64 | 60 | 25 | 542 | 62 | 72 |
| Binary | 11001010 | 1100000 | 1101010 | 0 | 110100 | 110000 | 10101 | 101100010 | 110010 | 111010 |
Color Harmonies of #CA606A
Complementary color
Monochromatic Colors of #CA606A
Black with #CA606A
Text Example
Text Example
White with #CA606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA606A; }
p { color: rgb(202,96,106); }
H1.HeaderClassName
{
color: #CA606A;
}
.AnyTagClassName
{
color: #CA606A;
}
</style>
background-color css
<style>
a { background-color: #CA606A; }
a { background-color: rgb(202,96,106); }
div.DivClassName
{
background-color: #CA606A;
}
.BgClassName
{
background-color: #CA606A;
}
</style>
border-color css
<style>
span { border-color: #CA606A; }
span { border-color: rgb(202,96,106); }
td.TdClassName
{
border-color: #CA606A;
}
.TagClassName
{
border-color: #CA606A;
}
</style>