Shades of Cabaret #CA4975
Tints of Cabaret #CA4975
RGB
CMYK
RGB Variations
Color information
#CA4975 (or 0xCA4975) is known color: Cabaret. HEX triplet: CA, 49 and 75. RGB value is (202,73,117). Sum of RGB (Red+Green+Blue) = 202+73+117=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4975 is #35B68A. Grayscale: #747474. Windows color (decimal): -3520139 or 7686602. OLE color: 7686602.
HSL color Cylindrical-coordinate representation of color #CA4975: hue angle of 339.53º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4975 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 117 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.21 |
| HSL | 339.53º | 0.55% | 0.54% | - |
| HSV(B) | 339.53º | 0.64% | 0.79% | - |
| XYZ | 29.95 | 18.61 | 18.84 | - |
| YUV | 116.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 117 | 0 | 0.64 | 0.42 | 0.21 | 339.53 | 0.55 | 0.54 |
| Hex | CA | 49 | 75 | 0 | 40 | 2A | 15 | 154 | 37 | 36 |
| Octal | 312 | 111 | 165 | 0 | 100 | 52 | 25 | 524 | 67 | 66 |
| Binary | 11001010 | 1001001 | 1110101 | 0 | 1000000 | 101010 | 10101 | 101010100 | 110111 | 110110 |
Color Harmonies of #CA4975
Complementary color
Monochromatic Colors of #CA4975
Black with #CA4975
Text Example
Text Example
White with #CA4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4975; }
p { color: rgb(202,73,117); }
H1.HeaderClassName
{
color: #CA4975;
}
.AnyTagClassName
{
color: #CA4975;
}
</style>
background-color css
<style>
a { background-color: #CA4975; }
a { background-color: rgb(202,73,117); }
div.DivClassName
{
background-color: #CA4975;
}
.BgClassName
{
background-color: #CA4975;
}
</style>
border-color css
<style>
span { border-color: #CA4975; }
span { border-color: rgb(202,73,117); }
td.TdClassName
{
border-color: #CA4975;
}
.TagClassName
{
border-color: #CA4975;
}
</style>