Shades of Cabaret #CA4364
Tints of Cabaret #CA4364
RGB
CMYK
RGB Variations
Color information
#CA4364 (or 0xCA4364) is known color: Cabaret. HEX triplet: CA, 43 and 64. RGB value is (202,67,100). Sum of RGB (Red+Green+Blue) = 202+67+100=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4364 is #35BC9B. Grayscale: #6F6F6F. Windows color (decimal): -3521692 or 6570954. OLE color: 6570954.
HSL color Cylindrical-coordinate representation of color #CA4364: hue angle of 345.33º 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 #CA4364 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 100 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.21 |
| HSL | 345.33º | 0.56% | 0.53% | - |
| HSV(B) | 345.33º | 0.67% | 0.79% | - |
| XYZ | 28.66 | 17.49 | 13.92 | - |
| YUV | 111.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 100 | 0 | 0.67 | 0.50 | 0.21 | 345.33 | 0.56 | 0.53 |
| Hex | CA | 43 | 64 | 0 | 43 | 32 | 15 | 159 | 38 | 35 |
| Octal | 312 | 103 | 144 | 0 | 103 | 62 | 25 | 531 | 70 | 65 |
| Binary | 11001010 | 1000011 | 1100100 | 0 | 1000011 | 110010 | 10101 | 101011001 | 111000 | 110101 |
Color Harmonies of #CA4364
Complementary color
Monochromatic Colors of #CA4364
Black with #CA4364
Text Example
Text Example
White with #CA4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4364; }
p { color: rgb(202,67,100); }
H1.HeaderClassName
{
color: #CA4364;
}
.AnyTagClassName
{
color: #CA4364;
}
</style>
background-color css
<style>
a { background-color: #CA4364; }
a { background-color: rgb(202,67,100); }
div.DivClassName
{
background-color: #CA4364;
}
.BgClassName
{
background-color: #CA4364;
}
</style>
border-color css
<style>
span { border-color: #CA4364; }
span { border-color: rgb(202,67,100); }
td.TdClassName
{
border-color: #CA4364;
}
.TagClassName
{
border-color: #CA4364;
}
</style>