Shades of Cabaret #CA646E
Tints of Cabaret #CA646E
RGB
CMYK
RGB Variations
Color information
#CA646E (or 0xCA646E) is known color: Cabaret. HEX triplet: CA, 64 and 6E. RGB value is (202,100,110). Sum of RGB (Red+Green+Blue) = 202+100+110=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA646E is #359B91. Grayscale: #838383. Windows color (decimal): -3513234 or 7234762. OLE color: 7234762.
HSL color Cylindrical-coordinate representation of color #CA646E: hue angle of 354.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA646E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 110 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.21 |
| HSL | 354.12º | 0.49% | 0.59% | - |
| HSV(B) | 354.12º | 0.5% | 0.79% | - |
| XYZ | 31.73 | 22.8 | 17.48 | - |
| YUV | 131.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 110 | 0 | 0.50 | 0.46 | 0.21 | 354.12 | 0.49 | 0.59 |
| Hex | CA | 64 | 6E | 0 | 32 | 2E | 15 | 162 | 31 | 3B |
| Octal | 312 | 144 | 156 | 0 | 62 | 56 | 25 | 542 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1101110 | 0 | 110010 | 101110 | 10101 | 101100010 | 110001 | 111011 |
Color Harmonies of #CA646E
Complementary color
Monochromatic Colors of #CA646E
Black with #CA646E
Text Example
Text Example
White with #CA646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA646E; }
p { color: rgb(202,100,110); }
H1.HeaderClassName
{
color: #CA646E;
}
.AnyTagClassName
{
color: #CA646E;
}
</style>
background-color css
<style>
a { background-color: #CA646E; }
a { background-color: rgb(202,100,110); }
div.DivClassName
{
background-color: #CA646E;
}
.BgClassName
{
background-color: #CA646E;
}
</style>
border-color css
<style>
span { border-color: #CA646E; }
span { border-color: rgb(202,100,110); }
td.TdClassName
{
border-color: #CA646E;
}
.TagClassName
{
border-color: #CA646E;
}
</style>