Shades of Cabaret #CA586B
Tints of Cabaret #CA586B
RGB
CMYK
RGB Variations
Color information
#CA586B (or 0xCA586B) is known color: Cabaret. HEX triplet: CA, 58 and 6B. RGB value is (202,88,107). Sum of RGB (Red+Green+Blue) = 202+88+107=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA586B is #35A794. Grayscale: #7C7C7C. Windows color (decimal): -3516309 or 7035082. OLE color: 7035082.
HSL color Cylindrical-coordinate representation of color #CA586B: hue angle of 350º 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 #CA586B is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 107 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.21 |
| HSL | 350º | 0.52% | 0.57% | - |
| HSV(B) | 350º | 0.56% | 0.79% | - |
| XYZ | 30.5 | 20.6 | 16.28 | - |
| YUV | 124.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 107 | 0 | 0.56 | 0.47 | 0.21 | 350 | 0.52 | 0.57 |
| Hex | CA | 58 | 6B | 0 | 38 | 2F | 15 | 15E | 34 | 39 |
| Octal | 312 | 130 | 153 | 0 | 70 | 57 | 25 | 536 | 64 | 71 |
| Binary | 11001010 | 1011000 | 1101011 | 0 | 111000 | 101111 | 10101 | 101011110 | 110100 | 111001 |
Color Harmonies of #CA586B
Complementary color
Monochromatic Colors of #CA586B
Black with #CA586B
Text Example
Text Example
White with #CA586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA586B; }
p { color: rgb(202,88,107); }
H1.HeaderClassName
{
color: #CA586B;
}
.AnyTagClassName
{
color: #CA586B;
}
</style>
background-color css
<style>
a { background-color: #CA586B; }
a { background-color: rgb(202,88,107); }
div.DivClassName
{
background-color: #CA586B;
}
.BgClassName
{
background-color: #CA586B;
}
</style>
border-color css
<style>
span { border-color: #CA586B; }
span { border-color: rgb(202,88,107); }
td.TdClassName
{
border-color: #CA586B;
}
.TagClassName
{
border-color: #CA586B;
}
</style>