Shades of Cabaret #CA5679
Tints of Cabaret #CA5679
RGB
CMYK
RGB Variations
Color information
#CA5679 (or 0xCA5679) is known color: Cabaret. HEX triplet: CA, 56 and 79. RGB value is (202,86,121). Sum of RGB (Red+Green+Blue) = 202+86+121=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5679 is #35A986. Grayscale: #7C7C7C. Windows color (decimal): -3516807 or 7952074. OLE color: 7952074.
HSL color Cylindrical-coordinate representation of color #CA5679: hue angle of 341.9º 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 #CA5679 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 121 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.21 |
| HSL | 341.9º | 0.52% | 0.56% | - |
| HSV(B) | 341.9º | 0.57% | 0.79% | - |
| XYZ | 31.14 | 20.59 | 20.42 | - |
| YUV | 124.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 121 | 0 | 0.57 | 0.40 | 0.21 | 341.9 | 0.52 | 0.56 |
| Hex | CA | 56 | 79 | 0 | 39 | 28 | 15 | 156 | 34 | 38 |
| Octal | 312 | 126 | 171 | 0 | 71 | 50 | 25 | 526 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1111001 | 0 | 111001 | 101000 | 10101 | 101010110 | 110100 | 111000 |
Color Harmonies of #CA5679
Complementary color
Monochromatic Colors of #CA5679
Black with #CA5679
Text Example
Text Example
White with #CA5679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5679; }
p { color: rgb(202,86,121); }
H1.HeaderClassName
{
color: #CA5679;
}
.AnyTagClassName
{
color: #CA5679;
}
</style>
background-color css
<style>
a { background-color: #CA5679; }
a { background-color: rgb(202,86,121); }
div.DivClassName
{
background-color: #CA5679;
}
.BgClassName
{
background-color: #CA5679;
}
</style>
border-color css
<style>
span { border-color: #CA5679; }
span { border-color: rgb(202,86,121); }
td.TdClassName
{
border-color: #CA5679;
}
.TagClassName
{
border-color: #CA5679;
}
</style>