Shades of Cabaret #CA626A
Tints of Cabaret #CA626A
RGB
CMYK
RGB Variations
Color information
#CA626A (or 0xCA626A) is known color: Cabaret. HEX triplet: CA, 62 and 6A. RGB value is (202,98,106). Sum of RGB (Red+Green+Blue) = 202+98+106=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA626A is #359D95. Grayscale: #828282. Windows color (decimal): -3513750 or 6972106. OLE color: 6972106.
HSL color Cylindrical-coordinate representation of color #CA626A: hue angle of 355.38º degrees, saturation: 0.5, 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 #CA626A is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 106 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.21 |
| HSL | 355.38º | 0.5% | 0.59% | - |
| HSV(B) | 355.38º | 0.51% | 0.79% | - |
| XYZ | 31.33 | 22.33 | 16.3 | - |
| YUV | 130.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 106 | 0 | 0.51 | 0.48 | 0.21 | 355.38 | 0.5 | 0.59 |
| Hex | CA | 62 | 6A | 0 | 33 | 30 | 15 | 163 | 32 | 3B |
| Octal | 312 | 142 | 152 | 0 | 63 | 60 | 25 | 543 | 62 | 73 |
| Binary | 11001010 | 1100010 | 1101010 | 0 | 110011 | 110000 | 10101 | 101100011 | 110010 | 111011 |
Color Harmonies of #CA626A
Complementary color
Monochromatic Colors of #CA626A
Black with #CA626A
Text Example
Text Example
White with #CA626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA626A; }
p { color: rgb(202,98,106); }
H1.HeaderClassName
{
color: #CA626A;
}
.AnyTagClassName
{
color: #CA626A;
}
</style>
background-color css
<style>
a { background-color: #CA626A; }
a { background-color: rgb(202,98,106); }
div.DivClassName
{
background-color: #CA626A;
}
.BgClassName
{
background-color: #CA626A;
}
</style>
border-color css
<style>
span { border-color: #CA626A; }
span { border-color: rgb(202,98,106); }
td.TdClassName
{
border-color: #CA626A;
}
.TagClassName
{
border-color: #CA626A;
}
</style>