Shades of Cabaret #CA4C68
Tints of Cabaret #CA4C68
RGB
CMYK
RGB Variations
Color information
#CA4C68 (or 0xCA4C68) is known color: Cabaret. HEX triplet: CA, 4C and 68. RGB value is (202,76,104). Sum of RGB (Red+Green+Blue) = 202+76+104=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4C68 is #35B397. Grayscale: #747474. Windows color (decimal): -3519384 or 6835402. OLE color: 6835402.
HSL color Cylindrical-coordinate representation of color #CA4C68: hue angle of 346.67º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4C68 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 104 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.21 |
| HSL | 346.67º | 0.54% | 0.55% | - |
| HSV(B) | 346.67º | 0.62% | 0.79% | - |
| XYZ | 29.44 | 18.72 | 15.16 | - |
| YUV | 116.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 104 | 0 | 0.62 | 0.49 | 0.21 | 346.67 | 0.54 | 0.55 |
| Hex | CA | 4C | 68 | 0 | 3E | 31 | 15 | 15B | 36 | 37 |
| Octal | 312 | 114 | 150 | 0 | 76 | 61 | 25 | 533 | 66 | 67 |
| Binary | 11001010 | 1001100 | 1101000 | 0 | 111110 | 110001 | 10101 | 101011011 | 110110 | 110111 |
Color Harmonies of #CA4C68
Complementary color
Monochromatic Colors of #CA4C68
Black with #CA4C68
Text Example
Text Example
White with #CA4C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C68; }
p { color: rgb(202,76,104); }
H1.HeaderClassName
{
color: #CA4C68;
}
.AnyTagClassName
{
color: #CA4C68;
}
</style>
background-color css
<style>
a { background-color: #CA4C68; }
a { background-color: rgb(202,76,104); }
div.DivClassName
{
background-color: #CA4C68;
}
.BgClassName
{
background-color: #CA4C68;
}
</style>
border-color css
<style>
span { border-color: #CA4C68; }
span { border-color: rgb(202,76,104); }
td.TdClassName
{
border-color: #CA4C68;
}
.TagClassName
{
border-color: #CA4C68;
}
</style>