Shades of Cabaret #CA5F6A
Tints of Cabaret #CA5F6A
RGB
CMYK
RGB Variations
Color information
#CA5F6A (or 0xCA5F6A) is known color: Cabaret. HEX triplet: CA, 5F and 6A. RGB value is (202,95,106). Sum of RGB (Red+Green+Blue) = 202+95+106=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F6A is #35A095. Grayscale: #808080. Windows color (decimal): -3514518 or 6971338. OLE color: 6971338.
HSL color Cylindrical-coordinate representation of color #CA5F6A: hue angle of 353.83º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5F6A is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 95 | 106 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.21 |
| HSL | 353.83º | 0.5% | 0.58% | - |
| HSV(B) | 353.83º | 0.53% | 0.79% | - |
| XYZ | 31.05 | 21.78 | 16.2 | - |
| YUV | 128.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 106 | 0 | 0.53 | 0.48 | 0.21 | 353.83 | 0.5 | 0.58 |
| Hex | CA | 5F | 6A | 0 | 35 | 30 | 15 | 162 | 32 | 3A |
| Octal | 312 | 137 | 152 | 0 | 65 | 60 | 25 | 542 | 62 | 72 |
| Binary | 11001010 | 1011111 | 1101010 | 0 | 110101 | 110000 | 10101 | 101100010 | 110010 | 111010 |
Color Harmonies of #CA5F6A
Complementary color
Monochromatic Colors of #CA5F6A
Black with #CA5F6A
Text Example
Text Example
White with #CA5F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5F6A; }
p { color: rgb(202,95,106); }
H1.HeaderClassName
{
color: #CA5F6A;
}
.AnyTagClassName
{
color: #CA5F6A;
}
</style>
background-color css
<style>
a { background-color: #CA5F6A; }
a { background-color: rgb(202,95,106); }
div.DivClassName
{
background-color: #CA5F6A;
}
.BgClassName
{
background-color: #CA5F6A;
}
</style>
border-color css
<style>
span { border-color: #CA5F6A; }
span { border-color: rgb(202,95,106); }
td.TdClassName
{
border-color: #CA5F6A;
}
.TagClassName
{
border-color: #CA5F6A;
}
</style>