Shades of Cabaret #CA586D
Tints of Cabaret #CA586D
RGB
CMYK
RGB Variations
Color information
#CA586D (or 0xCA586D) is known color: Cabaret. HEX triplet: CA, 58 and 6D. RGB value is (202,88,109). Sum of RGB (Red+Green+Blue) = 202+88+109=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA586D is #35A792. Grayscale: #7C7C7C. Windows color (decimal): -3516307 or 7166154. OLE color: 7166154.
HSL color Cylindrical-coordinate representation of color #CA586D: hue angle of 348.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA586D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 109 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.21 |
| HSL | 348.95º | 0.52% | 0.57% | - |
| HSV(B) | 348.95º | 0.56% | 0.79% | - |
| XYZ | 30.61 | 20.64 | 16.84 | - |
| YUV | 124.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 109 | 0 | 0.56 | 0.46 | 0.21 | 348.95 | 0.52 | 0.57 |
| Hex | CA | 58 | 6D | 0 | 38 | 2E | 15 | 15D | 34 | 39 |
| Octal | 312 | 130 | 155 | 0 | 70 | 56 | 25 | 535 | 64 | 71 |
| Binary | 11001010 | 1011000 | 1101101 | 0 | 111000 | 101110 | 10101 | 101011101 | 110100 | 111001 |
Color Harmonies of #CA586D
Complementary color
Monochromatic Colors of #CA586D
Black with #CA586D
Text Example
Text Example
White with #CA586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA586D; }
p { color: rgb(202,88,109); }
H1.HeaderClassName
{
color: #CA586D;
}
.AnyTagClassName
{
color: #CA586D;
}
</style>
background-color css
<style>
a { background-color: #CA586D; }
a { background-color: rgb(202,88,109); }
div.DivClassName
{
background-color: #CA586D;
}
.BgClassName
{
background-color: #CA586D;
}
</style>
border-color css
<style>
span { border-color: #CA586D; }
span { border-color: rgb(202,88,109); }
td.TdClassName
{
border-color: #CA586D;
}
.TagClassName
{
border-color: #CA586D;
}
</style>