Shades of Cabaret #CA4661
Tints of Cabaret #CA4661
RGB
CMYK
RGB Variations
Color information
#CA4661 (or 0xCA4661) is known color: Cabaret. HEX triplet: CA, 46 and 61. RGB value is (202,70,97). Sum of RGB (Red+Green+Blue) = 202+70+97=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4661 is #35B99E. Grayscale: #707070. Windows color (decimal): -3520927 or 6375114. OLE color: 6375114.
HSL color Cylindrical-coordinate representation of color #CA4661: hue angle of 347.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4661 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 97 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.21 |
| HSL | 347.73º | 0.55% | 0.53% | - |
| HSV(B) | 347.73º | 0.65% | 0.79% | - |
| XYZ | 28.7 | 17.8 | 13.23 | - |
| YUV | 112.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 97 | 0 | 0.65 | 0.52 | 0.21 | 347.73 | 0.55 | 0.53 |
| Hex | CA | 46 | 61 | 0 | 41 | 34 | 15 | 15C | 37 | 35 |
| Octal | 312 | 106 | 141 | 0 | 101 | 64 | 25 | 534 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1100001 | 0 | 1000001 | 110100 | 10101 | 101011100 | 110111 | 110101 |
Color Harmonies of #CA4661
Complementary color
Monochromatic Colors of #CA4661
Black with #CA4661
Text Example
Text Example
White with #CA4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4661; }
p { color: rgb(202,70,97); }
H1.HeaderClassName
{
color: #CA4661;
}
.AnyTagClassName
{
color: #CA4661;
}
</style>
background-color css
<style>
a { background-color: #CA4661; }
a { background-color: rgb(202,70,97); }
div.DivClassName
{
background-color: #CA4661;
}
.BgClassName
{
background-color: #CA4661;
}
</style>
border-color css
<style>
span { border-color: #CA4661; }
span { border-color: rgb(202,70,97); }
td.TdClassName
{
border-color: #CA4661;
}
.TagClassName
{
border-color: #CA4661;
}
</style>