Shades of Cabaret #CA4B65
Tints of Cabaret #CA4B65
RGB
CMYK
RGB Variations
Color information
#CA4B65 (or 0xCA4B65) is known color: Cabaret. HEX triplet: CA, 4B and 65. RGB value is (202,75,101). Sum of RGB (Red+Green+Blue) = 202+75+101=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B65 is #35B49A. Grayscale: #737373. Windows color (decimal): -3519643 or 6638538. OLE color: 6638538.
HSL color Cylindrical-coordinate representation of color #CA4B65: hue angle of 347.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4B65 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 101 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.21 |
| HSL | 347.72º | 0.55% | 0.54% | - |
| HSV(B) | 347.72º | 0.63% | 0.79% | - |
| XYZ | 29.22 | 18.53 | 14.35 | - |
| YUV | 115.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 101 | 0 | 0.63 | 0.50 | 0.21 | 347.72 | 0.55 | 0.54 |
| Hex | CA | 4B | 65 | 0 | 3F | 32 | 15 | 15C | 37 | 36 |
| Octal | 312 | 113 | 145 | 0 | 77 | 62 | 25 | 534 | 67 | 66 |
| Binary | 11001010 | 1001011 | 1100101 | 0 | 111111 | 110010 | 10101 | 101011100 | 110111 | 110110 |
Color Harmonies of #CA4B65
Complementary color
Monochromatic Colors of #CA4B65
Black with #CA4B65
Text Example
Text Example
White with #CA4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4B65; }
p { color: rgb(202,75,101); }
H1.HeaderClassName
{
color: #CA4B65;
}
.AnyTagClassName
{
color: #CA4B65;
}
</style>
background-color css
<style>
a { background-color: #CA4B65; }
a { background-color: rgb(202,75,101); }
div.DivClassName
{
background-color: #CA4B65;
}
.BgClassName
{
background-color: #CA4B65;
}
</style>
border-color css
<style>
span { border-color: #CA4B65; }
span { border-color: rgb(202,75,101); }
td.TdClassName
{
border-color: #CA4B65;
}
.TagClassName
{
border-color: #CA4B65;
}
</style>