Shades of Cabaret #CA456F
Tints of Cabaret #CA456F
RGB
CMYK
RGB Variations
Color information
#CA456F (or 0xCA456F) is known color: Cabaret. HEX triplet: CA, 45 and 6F. RGB value is (202,69,111). Sum of RGB (Red+Green+Blue) = 202+69+111=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA456F is #35BA90. Grayscale: #717171. Windows color (decimal): -3521169 or 7292362. OLE color: 7292362.
HSL color Cylindrical-coordinate representation of color #CA456F: hue angle of 341.05º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA456F is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 111 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.21 |
| HSL | 341.05º | 0.56% | 0.53% | - |
| HSV(B) | 341.05º | 0.66% | 0.79% | - |
| XYZ | 29.35 | 17.96 | 16.96 | - |
| YUV | 113.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 111 | 0 | 0.66 | 0.45 | 0.21 | 341.05 | 0.56 | 0.53 |
| Hex | CA | 45 | 6F | 0 | 42 | 2D | 15 | 155 | 38 | 35 |
| Octal | 312 | 105 | 157 | 0 | 102 | 55 | 25 | 525 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1101111 | 0 | 1000010 | 101101 | 10101 | 101010101 | 111000 | 110101 |
Color Harmonies of #CA456F
Complementary color
Monochromatic Colors of #CA456F
Black with #CA456F
Text Example
Text Example
White with #CA456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA456F; }
p { color: rgb(202,69,111); }
H1.HeaderClassName
{
color: #CA456F;
}
.AnyTagClassName
{
color: #CA456F;
}
</style>
background-color css
<style>
a { background-color: #CA456F; }
a { background-color: rgb(202,69,111); }
div.DivClassName
{
background-color: #CA456F;
}
.BgClassName
{
background-color: #CA456F;
}
</style>
border-color css
<style>
span { border-color: #CA456F; }
span { border-color: rgb(202,69,111); }
td.TdClassName
{
border-color: #CA456F;
}
.TagClassName
{
border-color: #CA456F;
}
</style>