Shades of Cabaret #CA646D
Tints of Cabaret #CA646D
RGB
CMYK
RGB Variations
Color information
#CA646D (or 0xCA646D) is known color: Cabaret. HEX triplet: CA, 64 and 6D. RGB value is (202,100,109). Sum of RGB (Red+Green+Blue) = 202+100+109=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA646D is #359B92. Grayscale: #838383. Windows color (decimal): -3513235 or 7169226. OLE color: 7169226.
HSL color Cylindrical-coordinate representation of color #CA646D: hue angle of 354.71º 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 #CA646D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 109 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.21 |
| HSL | 354.71º | 0.49% | 0.59% | - |
| HSV(B) | 354.71º | 0.5% | 0.79% | - |
| XYZ | 31.67 | 22.78 | 17.19 | - |
| YUV | 131.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 109 | 0 | 0.50 | 0.46 | 0.21 | 354.71 | 0.49 | 0.59 |
| Hex | CA | 64 | 6D | 0 | 32 | 2E | 15 | 163 | 31 | 3B |
| Octal | 312 | 144 | 155 | 0 | 62 | 56 | 25 | 543 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1101101 | 0 | 110010 | 101110 | 10101 | 101100011 | 110001 | 111011 |
Color Harmonies of #CA646D
Complementary color
Monochromatic Colors of #CA646D
Black with #CA646D
Text Example
Text Example
White with #CA646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA646D; }
p { color: rgb(202,100,109); }
H1.HeaderClassName
{
color: #CA646D;
}
.AnyTagClassName
{
color: #CA646D;
}
</style>
background-color css
<style>
a { background-color: #CA646D; }
a { background-color: rgb(202,100,109); }
div.DivClassName
{
background-color: #CA646D;
}
.BgClassName
{
background-color: #CA646D;
}
</style>
border-color css
<style>
span { border-color: #CA646D; }
span { border-color: rgb(202,100,109); }
td.TdClassName
{
border-color: #CA646D;
}
.TagClassName
{
border-color: #CA646D;
}
</style>