Shades of Cabaret #CA416B
Tints of Cabaret #CA416B
RGB
CMYK
RGB Variations
Color information
#CA416B (or 0xCA416B) is known color: Cabaret. HEX triplet: CA, 41 and 6B. RGB value is (202,65,107). Sum of RGB (Red+Green+Blue) = 202+65+107=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA416B is #35BE94. Grayscale: #6E6E6E. Windows color (decimal): -3522197 or 7029194. OLE color: 7029194.
HSL color Cylindrical-coordinate representation of color #CA416B: hue angle of 341.61º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA416B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 107 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.21 |
| HSL | 341.61º | 0.56% | 0.52% | - |
| HSV(B) | 341.61º | 0.68% | 0.79% | - |
| XYZ | 28.9 | 17.4 | 15.74 | - |
| YUV | 110.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 107 | 0 | 0.68 | 0.47 | 0.21 | 341.61 | 0.56 | 0.52 |
| Hex | CA | 41 | 6B | 0 | 44 | 2F | 15 | 156 | 38 | 34 |
| Octal | 312 | 101 | 153 | 0 | 104 | 57 | 25 | 526 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1101011 | 0 | 1000100 | 101111 | 10101 | 101010110 | 111000 | 110100 |
Color Harmonies of #CA416B
Complementary color
Monochromatic Colors of #CA416B
Black with #CA416B
Text Example
Text Example
White with #CA416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA416B; }
p { color: rgb(202,65,107); }
H1.HeaderClassName
{
color: #CA416B;
}
.AnyTagClassName
{
color: #CA416B;
}
</style>
background-color css
<style>
a { background-color: #CA416B; }
a { background-color: rgb(202,65,107); }
div.DivClassName
{
background-color: #CA416B;
}
.BgClassName
{
background-color: #CA416B;
}
</style>
border-color css
<style>
span { border-color: #CA416B; }
span { border-color: rgb(202,65,107); }
td.TdClassName
{
border-color: #CA416B;
}
.TagClassName
{
border-color: #CA416B;
}
</style>