Shades of Cabaret #CA636D
Tints of Cabaret #CA636D
RGB
CMYK
RGB Variations
Color information
#CA636D (or 0xCA636D) is known color: Cabaret. HEX triplet: CA, 63 and 6D. RGB value is (202,99,109). Sum of RGB (Red+Green+Blue) = 202+99+109=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA636D is #359C92. Grayscale: #838383. Windows color (decimal): -3513491 or 7168970. OLE color: 7168970.
HSL color Cylindrical-coordinate representation of color #CA636D: hue angle of 354.17º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA636D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 109 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.21 |
| HSL | 354.17º | 0.49% | 0.59% | - |
| HSV(B) | 354.17º | 0.51% | 0.79% | - |
| XYZ | 31.58 | 22.58 | 17.16 | - |
| YUV | 130.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 109 | 0 | 0.51 | 0.46 | 0.21 | 354.17 | 0.49 | 0.59 |
| Hex | CA | 63 | 6D | 0 | 33 | 2E | 15 | 162 | 31 | 3B |
| Octal | 312 | 143 | 155 | 0 | 63 | 56 | 25 | 542 | 61 | 73 |
| Binary | 11001010 | 1100011 | 1101101 | 0 | 110011 | 101110 | 10101 | 101100010 | 110001 | 111011 |
Color Harmonies of #CA636D
Complementary color
Monochromatic Colors of #CA636D
Black with #CA636D
Text Example
Text Example
White with #CA636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA636D; }
p { color: rgb(202,99,109); }
H1.HeaderClassName
{
color: #CA636D;
}
.AnyTagClassName
{
color: #CA636D;
}
</style>
background-color css
<style>
a { background-color: #CA636D; }
a { background-color: rgb(202,99,109); }
div.DivClassName
{
background-color: #CA636D;
}
.BgClassName
{
background-color: #CA636D;
}
</style>
border-color css
<style>
span { border-color: #CA636D; }
span { border-color: rgb(202,99,109); }
td.TdClassName
{
border-color: #CA636D;
}
.TagClassName
{
border-color: #CA636D;
}
</style>