Shades of Cabaret #CA456B
Tints of Cabaret #CA456B
RGB
CMYK
RGB Variations
Color information
#CA456B (or 0xCA456B) is known color: Cabaret. HEX triplet: CA, 45 and 6B. RGB value is (202,69,107). Sum of RGB (Red+Green+Blue) = 202+69+107=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA456B is #35BA94. Grayscale: #717171. Windows color (decimal): -3521173 or 7030218. OLE color: 7030218.
HSL color Cylindrical-coordinate representation of color #CA456B: hue angle of 342.86º 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 #CA456B is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 107 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.21 |
| HSL | 342.86º | 0.56% | 0.53% | - |
| HSV(B) | 342.86º | 0.66% | 0.79% | - |
| XYZ | 29.14 | 17.87 | 15.82 | - |
| YUV | 113.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 107 | 0 | 0.66 | 0.47 | 0.21 | 342.86 | 0.56 | 0.53 |
| Hex | CA | 45 | 6B | 0 | 42 | 2F | 15 | 157 | 38 | 35 |
| Octal | 312 | 105 | 153 | 0 | 102 | 57 | 25 | 527 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1101011 | 0 | 1000010 | 101111 | 10101 | 101010111 | 111000 | 110101 |
Color Harmonies of #CA456B
Complementary color
Monochromatic Colors of #CA456B
Black with #CA456B
Text Example
Text Example
White with #CA456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA456B; }
p { color: rgb(202,69,107); }
H1.HeaderClassName
{
color: #CA456B;
}
.AnyTagClassName
{
color: #CA456B;
}
</style>
background-color css
<style>
a { background-color: #CA456B; }
a { background-color: rgb(202,69,107); }
div.DivClassName
{
background-color: #CA456B;
}
.BgClassName
{
background-color: #CA456B;
}
</style>
border-color css
<style>
span { border-color: #CA456B; }
span { border-color: rgb(202,69,107); }
td.TdClassName
{
border-color: #CA456B;
}
.TagClassName
{
border-color: #CA456B;
}
</style>