Shades of Cabaret #CA3F62
Tints of Cabaret #CA3F62
RGB
CMYK
RGB Variations
Color information
#CA3F62 (or 0xCA3F62) is known color: Cabaret. HEX triplet: CA, 3F and 62. RGB value is (202,63,98). Sum of RGB (Red+Green+Blue) = 202+63+98=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3F62 is #35C09D. Grayscale: #6C6C6C. Windows color (decimal): -3522718 or 6438858. OLE color: 6438858.
HSL color Cylindrical-coordinate representation of color #CA3F62: hue angle of 344.89º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3F62 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 98 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.21 |
| HSL | 344.89º | 0.57% | 0.52% | - |
| HSV(B) | 344.89º | 0.69% | 0.79% | - |
| XYZ | 28.34 | 16.99 | 13.34 | - |
| YUV | 108.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 98 | 0 | 0.69 | 0.51 | 0.21 | 344.89 | 0.57 | 0.52 |
| Hex | CA | 3F | 62 | 0 | 45 | 33 | 15 | 159 | 39 | 34 |
| Octal | 312 | 77 | 142 | 0 | 105 | 63 | 25 | 531 | 71 | 64 |
| Binary | 11001010 | 111111 | 1100010 | 0 | 1000101 | 110011 | 10101 | 101011001 | 111001 | 110100 |
Color Harmonies of #CA3F62
Complementary color
Monochromatic Colors of #CA3F62
Black with #CA3F62
Text Example
Text Example
White with #CA3F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F62; }
p { color: rgb(202,63,98); }
H1.HeaderClassName
{
color: #CA3F62;
}
.AnyTagClassName
{
color: #CA3F62;
}
</style>
background-color css
<style>
a { background-color: #CA3F62; }
a { background-color: rgb(202,63,98); }
div.DivClassName
{
background-color: #CA3F62;
}
.BgClassName
{
background-color: #CA3F62;
}
</style>
border-color css
<style>
span { border-color: #CA3F62; }
span { border-color: rgb(202,63,98); }
td.TdClassName
{
border-color: #CA3F62;
}
.TagClassName
{
border-color: #CA3F62;
}
</style>