Shades of Cabaret #CA5675
Tints of Cabaret #CA5675
RGB
CMYK
RGB Variations
Color information
#CA5675 (or 0xCA5675) is known color: Cabaret. HEX triplet: CA, 56 and 75. RGB value is (202,86,117). Sum of RGB (Red+Green+Blue) = 202+86+117=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5675 is #35A98A. Grayscale: #7C7C7C. Windows color (decimal): -3516811 or 7689930. OLE color: 7689930.
HSL color Cylindrical-coordinate representation of color #CA5675: hue angle of 343.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5675 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 117 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.21 |
| HSL | 343.97º | 0.52% | 0.56% | - |
| HSV(B) | 343.97º | 0.57% | 0.79% | - |
| XYZ | 30.9 | 20.5 | 19.16 | - |
| YUV | 124.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 117 | 0 | 0.57 | 0.42 | 0.21 | 343.97 | 0.52 | 0.56 |
| Hex | CA | 56 | 75 | 0 | 39 | 2A | 15 | 158 | 34 | 38 |
| Octal | 312 | 126 | 165 | 0 | 71 | 52 | 25 | 530 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1110101 | 0 | 111001 | 101010 | 10101 | 101011000 | 110100 | 111000 |
Color Harmonies of #CA5675
Complementary color
Monochromatic Colors of #CA5675
Black with #CA5675
Text Example
Text Example
White with #CA5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5675; }
p { color: rgb(202,86,117); }
H1.HeaderClassName
{
color: #CA5675;
}
.AnyTagClassName
{
color: #CA5675;
}
</style>
background-color css
<style>
a { background-color: #CA5675; }
a { background-color: rgb(202,86,117); }
div.DivClassName
{
background-color: #CA5675;
}
.BgClassName
{
background-color: #CA5675;
}
</style>
border-color css
<style>
span { border-color: #CA5675; }
span { border-color: rgb(202,86,117); }
td.TdClassName
{
border-color: #CA5675;
}
.TagClassName
{
border-color: #CA5675;
}
</style>