Shades of Cabaret #CA4166
Tints of Cabaret #CA4166
RGB
CMYK
RGB Variations
Color information
#CA4166 (or 0xCA4166) is known color: Cabaret. HEX triplet: CA, 41 and 66. RGB value is (202,65,102). Sum of RGB (Red+Green+Blue) = 202+65+102=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4166 is #35BE99. Grayscale: #6E6E6E. Windows color (decimal): -3522202 or 6701514. OLE color: 6701514.
HSL color Cylindrical-coordinate representation of color #CA4166: hue angle of 343.8º 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 #CA4166 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 102 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.21 |
| HSL | 343.8º | 0.56% | 0.52% | - |
| HSV(B) | 343.8º | 0.68% | 0.79% | - |
| XYZ | 28.65 | 17.3 | 14.4 | - |
| YUV | 110.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 102 | 0 | 0.68 | 0.50 | 0.21 | 343.8 | 0.56 | 0.52 |
| Hex | CA | 41 | 66 | 0 | 44 | 32 | 15 | 158 | 38 | 34 |
| Octal | 312 | 101 | 146 | 0 | 104 | 62 | 25 | 530 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1100110 | 0 | 1000100 | 110010 | 10101 | 101011000 | 111000 | 110100 |
Color Harmonies of #CA4166
Complementary color
Monochromatic Colors of #CA4166
Black with #CA4166
Text Example
Text Example
White with #CA4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4166; }
p { color: rgb(202,65,102); }
H1.HeaderClassName
{
color: #CA4166;
}
.AnyTagClassName
{
color: #CA4166;
}
</style>
background-color css
<style>
a { background-color: #CA4166; }
a { background-color: rgb(202,65,102); }
div.DivClassName
{
background-color: #CA4166;
}
.BgClassName
{
background-color: #CA4166;
}
</style>
border-color css
<style>
span { border-color: #CA4166; }
span { border-color: rgb(202,65,102); }
td.TdClassName
{
border-color: #CA4166;
}
.TagClassName
{
border-color: #CA4166;
}
</style>