Shades of Cabaret #CA4D65
Tints of Cabaret #CA4D65
RGB
CMYK
RGB Variations
Color information
#CA4D65 (or 0xCA4D65) is known color: Cabaret. HEX triplet: CA, 4D and 65. RGB value is (202,77,101). Sum of RGB (Red+Green+Blue) = 202+77+101=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D65 is #35B29A. Grayscale: #757575. Windows color (decimal): -3519131 or 6639050. OLE color: 6639050.
HSL color Cylindrical-coordinate representation of color #CA4D65: hue angle of 348.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D65 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 101 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.21 |
| HSL | 348.48º | 0.54% | 0.55% | - |
| HSV(B) | 348.48º | 0.62% | 0.79% | - |
| XYZ | 29.36 | 18.8 | 14.39 | - |
| YUV | 117.11 | 118.91 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 101 | 0 | 0.62 | 0.50 | 0.21 | 348.48 | 0.54 | 0.55 |
| Hex | CA | 4D | 65 | 0 | 3E | 32 | 15 | 15C | 36 | 37 |
| Octal | 312 | 115 | 145 | 0 | 76 | 62 | 25 | 534 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1100101 | 0 | 111110 | 110010 | 10101 | 101011100 | 110110 | 110111 |
Color Harmonies of #CA4D65
Complementary color
Monochromatic Colors of #CA4D65
Black with #CA4D65
Text Example
Text Example
White with #CA4D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D65; }
p { color: rgb(202,77,101); }
H1.HeaderClassName
{
color: #CA4D65;
}
.AnyTagClassName
{
color: #CA4D65;
}
</style>
background-color css
<style>
a { background-color: #CA4D65; }
a { background-color: rgb(202,77,101); }
div.DivClassName
{
background-color: #CA4D65;
}
.BgClassName
{
background-color: #CA4D65;
}
</style>
border-color css
<style>
span { border-color: #CA4D65; }
span { border-color: rgb(202,77,101); }
td.TdClassName
{
border-color: #CA4D65;
}
.TagClassName
{
border-color: #CA4D65;
}
</style>