Shades of Cabaret #CA416C
Tints of Cabaret #CA416C
RGB
CMYK
RGB Variations
Color information
#CA416C (or 0xCA416C) is known color: Cabaret. HEX triplet: CA, 41 and 6C. RGB value is (202,65,108). Sum of RGB (Red+Green+Blue) = 202+65+108=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA416C is #35BE93. Grayscale: #6E6E6E. Windows color (decimal): -3522196 or 7094730. OLE color: 7094730.
HSL color Cylindrical-coordinate representation of color #CA416C: hue angle of 341.17º 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 #CA416C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 108 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.21 |
| HSL | 341.17º | 0.56% | 0.52% | - |
| HSV(B) | 341.17º | 0.68% | 0.79% | - |
| XYZ | 28.95 | 17.42 | 16.02 | - |
| YUV | 110.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 108 | 0 | 0.68 | 0.47 | 0.21 | 341.17 | 0.56 | 0.52 |
| Hex | CA | 41 | 6C | 0 | 44 | 2F | 15 | 155 | 38 | 34 |
| Octal | 312 | 101 | 154 | 0 | 104 | 57 | 25 | 525 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1101100 | 0 | 1000100 | 101111 | 10101 | 101010101 | 111000 | 110100 |
Color Harmonies of #CA416C
Complementary color
Monochromatic Colors of #CA416C
Black with #CA416C
Text Example
Text Example
White with #CA416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA416C; }
p { color: rgb(202,65,108); }
H1.HeaderClassName
{
color: #CA416C;
}
.AnyTagClassName
{
color: #CA416C;
}
</style>
background-color css
<style>
a { background-color: #CA416C; }
a { background-color: rgb(202,65,108); }
div.DivClassName
{
background-color: #CA416C;
}
.BgClassName
{
background-color: #CA416C;
}
</style>
border-color css
<style>
span { border-color: #CA416C; }
span { border-color: rgb(202,65,108); }
td.TdClassName
{
border-color: #CA416C;
}
.TagClassName
{
border-color: #CA416C;
}
</style>