Shades of Cabaret #CA606F
Tints of Cabaret #CA606F
RGB
CMYK
RGB Variations
Color information
#CA606F (or 0xCA606F) is known color: Cabaret. HEX triplet: CA, 60 and 6F. RGB value is (202,96,111). Sum of RGB (Red+Green+Blue) = 202+96+111=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA606F is #359F90. Grayscale: #818181. Windows color (decimal): -3514257 or 7299274. OLE color: 7299274.
HSL color Cylindrical-coordinate representation of color #CA606F: hue angle of 351.51º 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 #CA606F is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 111 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.21 |
| HSL | 351.51º | 0.5% | 0.58% | - |
| HSV(B) | 351.51º | 0.52% | 0.79% | - |
| XYZ | 31.41 | 22.07 | 17.64 | - |
| YUV | 129.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 111 | 0 | 0.52 | 0.45 | 0.21 | 351.51 | 0.5 | 0.58 |
| Hex | CA | 60 | 6F | 0 | 34 | 2D | 15 | 160 | 32 | 3A |
| Octal | 312 | 140 | 157 | 0 | 64 | 55 | 25 | 540 | 62 | 72 |
| Binary | 11001010 | 1100000 | 1101111 | 0 | 110100 | 101101 | 10101 | 101100000 | 110010 | 111010 |
Color Harmonies of #CA606F
Complementary color
Monochromatic Colors of #CA606F
Black with #CA606F
Text Example
Text Example
White with #CA606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA606F; }
p { color: rgb(202,96,111); }
H1.HeaderClassName
{
color: #CA606F;
}
.AnyTagClassName
{
color: #CA606F;
}
</style>
background-color css
<style>
a { background-color: #CA606F; }
a { background-color: rgb(202,96,111); }
div.DivClassName
{
background-color: #CA606F;
}
.BgClassName
{
background-color: #CA606F;
}
</style>
border-color css
<style>
span { border-color: #CA606F; }
span { border-color: rgb(202,96,111); }
td.TdClassName
{
border-color: #CA606F;
}
.TagClassName
{
border-color: #CA606F;
}
</style>