Shades of Cabaret #CA4461
Tints of Cabaret #CA4461
RGB
CMYK
RGB Variations
Color information
#CA4461 (or 0xCA4461) is known color: Cabaret. HEX triplet: CA, 44 and 61. RGB value is (202,68,97). Sum of RGB (Red+Green+Blue) = 202+68+97=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4461 is #35BB9E. Grayscale: #6F6F6F. Windows color (decimal): -3521439 or 6374602. OLE color: 6374602.
HSL color Cylindrical-coordinate representation of color #CA4461: hue angle of 347.01º 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 #CA4461 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 97 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.21 |
| HSL | 347.01º | 0.56% | 0.53% | - |
| HSV(B) | 347.01º | 0.66% | 0.79% | - |
| XYZ | 28.58 | 17.55 | 13.19 | - |
| YUV | 111.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 97 | 0 | 0.66 | 0.52 | 0.21 | 347.01 | 0.56 | 0.53 |
| Hex | CA | 44 | 61 | 0 | 42 | 34 | 15 | 15B | 38 | 35 |
| Octal | 312 | 104 | 141 | 0 | 102 | 64 | 25 | 533 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1100001 | 0 | 1000010 | 110100 | 10101 | 101011011 | 111000 | 110101 |
Color Harmonies of #CA4461
Complementary color
Monochromatic Colors of #CA4461
Black with #CA4461
Text Example
Text Example
White with #CA4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4461; }
p { color: rgb(202,68,97); }
H1.HeaderClassName
{
color: #CA4461;
}
.AnyTagClassName
{
color: #CA4461;
}
</style>
background-color css
<style>
a { background-color: #CA4461; }
a { background-color: rgb(202,68,97); }
div.DivClassName
{
background-color: #CA4461;
}
.BgClassName
{
background-color: #CA4461;
}
</style>
border-color css
<style>
span { border-color: #CA4461; }
span { border-color: rgb(202,68,97); }
td.TdClassName
{
border-color: #CA4461;
}
.TagClassName
{
border-color: #CA4461;
}
</style>