Shades of Cabaret #CA436F
Tints of Cabaret #CA436F
RGB
CMYK
RGB Variations
Color information
#CA436F (or 0xCA436F) is known color: Cabaret. HEX triplet: CA, 43 and 6F. RGB value is (202,67,111). Sum of RGB (Red+Green+Blue) = 202+67+111=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA436F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA436F is #35BC90. Grayscale: #707070. Windows color (decimal): -3521681 or 7291850. OLE color: 7291850.
HSL color Cylindrical-coordinate representation of color #CA436F: hue angle of 340.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA436F is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 111 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.21 |
| HSL | 340.44º | 0.56% | 0.53% | - |
| HSV(B) | 340.44º | 0.67% | 0.79% | - |
| XYZ | 29.23 | 17.72 | 16.92 | - |
| YUV | 112.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 111 | 0 | 0.67 | 0.45 | 0.21 | 340.44 | 0.56 | 0.53 |
| Hex | CA | 43 | 6F | 0 | 43 | 2D | 15 | 154 | 38 | 35 |
| Octal | 312 | 103 | 157 | 0 | 103 | 55 | 25 | 524 | 70 | 65 |
| Binary | 11001010 | 1000011 | 1101111 | 0 | 1000011 | 101101 | 10101 | 101010100 | 111000 | 110101 |
Color Harmonies of #CA436F
Complementary color
Monochromatic Colors of #CA436F
Black with #CA436F
Text Example
Text Example
White with #CA436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA436F; }
p { color: rgb(202,67,111); }
H1.HeaderClassName
{
color: #CA436F;
}
.AnyTagClassName
{
color: #CA436F;
}
</style>
background-color css
<style>
a { background-color: #CA436F; }
a { background-color: rgb(202,67,111); }
div.DivClassName
{
background-color: #CA436F;
}
.BgClassName
{
background-color: #CA436F;
}
</style>
border-color css
<style>
span { border-color: #CA436F; }
span { border-color: rgb(202,67,111); }
td.TdClassName
{
border-color: #CA436F;
}
.TagClassName
{
border-color: #CA436F;
}
</style>