Shades of Cabaret #CA446F
Tints of Cabaret #CA446F
RGB
CMYK
RGB Variations
Color information
#CA446F (or 0xCA446F) is known color: Cabaret. HEX triplet: CA, 44 and 6F. RGB value is (202,68,111). Sum of RGB (Red+Green+Blue) = 202+68+111=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA446F is #35BB90. Grayscale: #707070. Windows color (decimal): -3521425 or 7292106. OLE color: 7292106.
HSL color Cylindrical-coordinate representation of color #CA446F: hue angle of 340.75º 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 #CA446F is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 111 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.21 |
| HSL | 340.75º | 0.56% | 0.53% | - |
| HSV(B) | 340.75º | 0.66% | 0.79% | - |
| XYZ | 29.29 | 17.84 | 16.94 | - |
| YUV | 112.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 111 | 0 | 0.66 | 0.45 | 0.21 | 340.75 | 0.56 | 0.53 |
| Hex | CA | 44 | 6F | 0 | 42 | 2D | 15 | 155 | 38 | 35 |
| Octal | 312 | 104 | 157 | 0 | 102 | 55 | 25 | 525 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1101111 | 0 | 1000010 | 101101 | 10101 | 101010101 | 111000 | 110101 |
Color Harmonies of #CA446F
Complementary color
Monochromatic Colors of #CA446F
Black with #CA446F
Text Example
Text Example
White with #CA446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA446F; }
p { color: rgb(202,68,111); }
H1.HeaderClassName
{
color: #CA446F;
}
.AnyTagClassName
{
color: #CA446F;
}
</style>
background-color css
<style>
a { background-color: #CA446F; }
a { background-color: rgb(202,68,111); }
div.DivClassName
{
background-color: #CA446F;
}
.BgClassName
{
background-color: #CA446F;
}
</style>
border-color css
<style>
span { border-color: #CA446F; }
span { border-color: rgb(202,68,111); }
td.TdClassName
{
border-color: #CA446F;
}
.TagClassName
{
border-color: #CA446F;
}
</style>