Shades of Cabaret #CA5374
Tints of Cabaret #CA5374
RGB
CMYK
RGB Variations
Color information
#CA5374 (or 0xCA5374) is known color: Cabaret. HEX triplet: CA, 53 and 74. RGB value is (202,83,116). Sum of RGB (Red+Green+Blue) = 202+83+116=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5374 is #35AC8B. Grayscale: #7A7A7A. Windows color (decimal): -3517580 or 7623626. OLE color: 7623626.
HSL color Cylindrical-coordinate representation of color #CA5374: hue angle of 343.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5374 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 116 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.21 |
| HSL | 343.36º | 0.53% | 0.56% | - |
| HSV(B) | 343.36º | 0.59% | 0.79% | - |
| XYZ | 30.6 | 20 | 18.77 | - |
| YUV | 122.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 116 | 0 | 0.59 | 0.43 | 0.21 | 343.36 | 0.53 | 0.56 |
| Hex | CA | 53 | 74 | 0 | 3B | 2B | 15 | 157 | 35 | 38 |
| Octal | 312 | 123 | 164 | 0 | 73 | 53 | 25 | 527 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1110100 | 0 | 111011 | 101011 | 10101 | 101010111 | 110101 | 111000 |
Color Harmonies of #CA5374
Complementary color
Monochromatic Colors of #CA5374
Black with #CA5374
Text Example
Text Example
White with #CA5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5374; }
p { color: rgb(202,83,116); }
H1.HeaderClassName
{
color: #CA5374;
}
.AnyTagClassName
{
color: #CA5374;
}
</style>
background-color css
<style>
a { background-color: #CA5374; }
a { background-color: rgb(202,83,116); }
div.DivClassName
{
background-color: #CA5374;
}
.BgClassName
{
background-color: #CA5374;
}
</style>
border-color css
<style>
span { border-color: #CA5374; }
span { border-color: rgb(202,83,116); }
td.TdClassName
{
border-color: #CA5374;
}
.TagClassName
{
border-color: #CA5374;
}
</style>