Shades of Cabaret #CA456C
Tints of Cabaret #CA456C
RGB
CMYK
RGB Variations
Color information
#CA456C (or 0xCA456C) is known color: Cabaret. HEX triplet: CA, 45 and 6C. RGB value is (202,69,108). Sum of RGB (Red+Green+Blue) = 202+69+108=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA456C is #35BA93. Grayscale: #717171. Windows color (decimal): -3521172 or 7095754. OLE color: 7095754.
HSL color Cylindrical-coordinate representation of color #CA456C: hue angle of 342.41º 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 #CA456C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 108 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.21 |
| HSL | 342.41º | 0.56% | 0.53% | - |
| HSV(B) | 342.41º | 0.66% | 0.79% | - |
| XYZ | 29.19 | 17.9 | 16.1 | - |
| YUV | 113.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 108 | 0 | 0.66 | 0.47 | 0.21 | 342.41 | 0.56 | 0.53 |
| Hex | CA | 45 | 6C | 0 | 42 | 2F | 15 | 156 | 38 | 35 |
| Octal | 312 | 105 | 154 | 0 | 102 | 57 | 25 | 526 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1101100 | 0 | 1000010 | 101111 | 10101 | 101010110 | 111000 | 110101 |
Color Harmonies of #CA456C
Complementary color
Monochromatic Colors of #CA456C
Black with #CA456C
Text Example
Text Example
White with #CA456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA456C; }
p { color: rgb(202,69,108); }
H1.HeaderClassName
{
color: #CA456C;
}
.AnyTagClassName
{
color: #CA456C;
}
</style>
background-color css
<style>
a { background-color: #CA456C; }
a { background-color: rgb(202,69,108); }
div.DivClassName
{
background-color: #CA456C;
}
.BgClassName
{
background-color: #CA456C;
}
</style>
border-color css
<style>
span { border-color: #CA456C; }
span { border-color: rgb(202,69,108); }
td.TdClassName
{
border-color: #CA456C;
}
.TagClassName
{
border-color: #CA456C;
}
</style>