Shades of Cabaret #CA4A69
Tints of Cabaret #CA4A69
RGB
CMYK
RGB Variations
Color information
#CA4A69 (or 0xCA4A69) is known color: Cabaret. HEX triplet: CA, 4A and 69. RGB value is (202,74,105). Sum of RGB (Red+Green+Blue) = 202+74+105=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A69 is #35B596. Grayscale: #737373. Windows color (decimal): -3519895 or 6900426. OLE color: 6900426.
HSL color Cylindrical-coordinate representation of color #CA4A69: hue angle of 345.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A69 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 105 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.21 |
| HSL | 345.47º | 0.55% | 0.54% | - |
| HSV(B) | 345.47º | 0.63% | 0.79% | - |
| XYZ | 29.36 | 18.47 | 15.38 | - |
| YUV | 115.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 105 | 0 | 0.63 | 0.48 | 0.21 | 345.47 | 0.55 | 0.54 |
| Hex | CA | 4A | 69 | 0 | 3F | 30 | 15 | 159 | 37 | 36 |
| Octal | 312 | 112 | 151 | 0 | 77 | 60 | 25 | 531 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1101001 | 0 | 111111 | 110000 | 10101 | 101011001 | 110111 | 110110 |
Color Harmonies of #CA4A69
Complementary color
Monochromatic Colors of #CA4A69
Black with #CA4A69
Text Example
Text Example
White with #CA4A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A69; }
p { color: rgb(202,74,105); }
H1.HeaderClassName
{
color: #CA4A69;
}
.AnyTagClassName
{
color: #CA4A69;
}
</style>
background-color css
<style>
a { background-color: #CA4A69; }
a { background-color: rgb(202,74,105); }
div.DivClassName
{
background-color: #CA4A69;
}
.BgClassName
{
background-color: #CA4A69;
}
</style>
border-color css
<style>
span { border-color: #CA4A69; }
span { border-color: rgb(202,74,105); }
td.TdClassName
{
border-color: #CA4A69;
}
.TagClassName
{
border-color: #CA4A69;
}
</style>