Shades of Cabaret #CA4264
Tints of Cabaret #CA4264
RGB
CMYK
RGB Variations
Color information
#CA4264 (or 0xCA4264) is known color: Cabaret. HEX triplet: CA, 42 and 64. RGB value is (202,66,100). Sum of RGB (Red+Green+Blue) = 202+66+100=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4264 is #35BD9B. Grayscale: #6E6E6E. Windows color (decimal): -3521948 or 6570698. OLE color: 6570698.
HSL color Cylindrical-coordinate representation of color #CA4264: hue angle of 345º 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 #CA4264 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 100 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.21 |
| HSL | 345º | 0.56% | 0.53% | - |
| HSV(B) | 345º | 0.67% | 0.79% | - |
| XYZ | 28.61 | 17.37 | 13.9 | - |
| YUV | 110.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 100 | 0 | 0.67 | 0.50 | 0.21 | 345 | 0.56 | 0.53 |
| Hex | CA | 42 | 64 | 0 | 43 | 32 | 15 | 159 | 38 | 35 |
| Octal | 312 | 102 | 144 | 0 | 103 | 62 | 25 | 531 | 70 | 65 |
| Binary | 11001010 | 1000010 | 1100100 | 0 | 1000011 | 110010 | 10101 | 101011001 | 111000 | 110101 |
Color Harmonies of #CA4264
Complementary color
Monochromatic Colors of #CA4264
Black with #CA4264
Text Example
Text Example
White with #CA4264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4264; }
p { color: rgb(202,66,100); }
H1.HeaderClassName
{
color: #CA4264;
}
.AnyTagClassName
{
color: #CA4264;
}
</style>
background-color css
<style>
a { background-color: #CA4264; }
a { background-color: rgb(202,66,100); }
div.DivClassName
{
background-color: #CA4264;
}
.BgClassName
{
background-color: #CA4264;
}
</style>
border-color css
<style>
span { border-color: #CA4264; }
span { border-color: rgb(202,66,100); }
td.TdClassName
{
border-color: #CA4264;
}
.TagClassName
{
border-color: #CA4264;
}
</style>