Shades of Cabaret #CA4D74
Tints of Cabaret #CA4D74
RGB
CMYK
RGB Variations
Color information
#CA4D74 (or 0xCA4D74) is known color: Cabaret. HEX triplet: CA, 4D and 74. RGB value is (202,77,116). Sum of RGB (Red+Green+Blue) = 202+77+116=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D74 is #35B28B. Grayscale: #767676. Windows color (decimal): -3519116 or 7622090. OLE color: 7622090.
HSL color Cylindrical-coordinate representation of color #CA4D74: hue angle of 341.28º 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 #CA4D74 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 116 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.21 |
| HSL | 341.28º | 0.54% | 0.55% | - |
| HSV(B) | 341.28º | 0.62% | 0.79% | - |
| XYZ | 30.16 | 19.13 | 18.62 | - |
| YUV | 118.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 116 | 0 | 0.62 | 0.43 | 0.21 | 341.28 | 0.54 | 0.55 |
| Hex | CA | 4D | 74 | 0 | 3E | 2B | 15 | 155 | 36 | 37 |
| Octal | 312 | 115 | 164 | 0 | 76 | 53 | 25 | 525 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1110100 | 0 | 111110 | 101011 | 10101 | 101010101 | 110110 | 110111 |
Color Harmonies of #CA4D74
Complementary color
Monochromatic Colors of #CA4D74
Black with #CA4D74
Text Example
Text Example
White with #CA4D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D74; }
p { color: rgb(202,77,116); }
H1.HeaderClassName
{
color: #CA4D74;
}
.AnyTagClassName
{
color: #CA4D74;
}
</style>
background-color css
<style>
a { background-color: #CA4D74; }
a { background-color: rgb(202,77,116); }
div.DivClassName
{
background-color: #CA4D74;
}
.BgClassName
{
background-color: #CA4D74;
}
</style>
border-color css
<style>
span { border-color: #CA4D74; }
span { border-color: rgb(202,77,116); }
td.TdClassName
{
border-color: #CA4D74;
}
.TagClassName
{
border-color: #CA4D74;
}
</style>