Shades of Cabaret #CA4D68
Tints of Cabaret #CA4D68
RGB
CMYK
RGB Variations
Color information
#CA4D68 (or 0xCA4D68) is known color: Cabaret. HEX triplet: CA, 4D and 68. RGB value is (202,77,104). Sum of RGB (Red+Green+Blue) = 202+77+104=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D68 is #35B297. Grayscale: #757575. Windows color (decimal): -3519128 or 6835658. OLE color: 6835658.
HSL color Cylindrical-coordinate representation of color #CA4D68: hue angle of 347.04º 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 #CA4D68 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 104 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.21 |
| HSL | 347.04º | 0.54% | 0.55% | - |
| HSV(B) | 347.04º | 0.62% | 0.79% | - |
| XYZ | 29.51 | 18.86 | 15.18 | - |
| YUV | 117.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 104 | 0 | 0.62 | 0.49 | 0.21 | 347.04 | 0.54 | 0.55 |
| Hex | CA | 4D | 68 | 0 | 3E | 31 | 15 | 15B | 36 | 37 |
| Octal | 312 | 115 | 150 | 0 | 76 | 61 | 25 | 533 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1101000 | 0 | 111110 | 110001 | 10101 | 101011011 | 110110 | 110111 |
Color Harmonies of #CA4D68
Complementary color
Monochromatic Colors of #CA4D68
Black with #CA4D68
Text Example
Text Example
White with #CA4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D68; }
p { color: rgb(202,77,104); }
H1.HeaderClassName
{
color: #CA4D68;
}
.AnyTagClassName
{
color: #CA4D68;
}
</style>
background-color css
<style>
a { background-color: #CA4D68; }
a { background-color: rgb(202,77,104); }
div.DivClassName
{
background-color: #CA4D68;
}
.BgClassName
{
background-color: #CA4D68;
}
</style>
border-color css
<style>
span { border-color: #CA4D68; }
span { border-color: rgb(202,77,104); }
td.TdClassName
{
border-color: #CA4D68;
}
.TagClassName
{
border-color: #CA4D68;
}
</style>