Shades of Cabaret #CA646C
Tints of Cabaret #CA646C
RGB
CMYK
RGB Variations
Color information
#CA646C (or 0xCA646C) is known color: Cabaret. HEX triplet: CA, 64 and 6C. RGB value is (202,100,108). Sum of RGB (Red+Green+Blue) = 202+100+108=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA646C is #359B93. Grayscale: #838383. Windows color (decimal): -3513236 or 7103690. OLE color: 7103690.
HSL color Cylindrical-coordinate representation of color #CA646C: hue angle of 355.29º 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 #CA646C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 108 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.21 |
| HSL | 355.29º | 0.49% | 0.59% | - |
| HSV(B) | 355.29º | 0.5% | 0.79% | - |
| XYZ | 31.62 | 22.75 | 16.91 | - |
| YUV | 131.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 108 | 0 | 0.50 | 0.47 | 0.21 | 355.29 | 0.49 | 0.59 |
| Hex | CA | 64 | 6C | 0 | 32 | 2F | 15 | 163 | 31 | 3B |
| Octal | 312 | 144 | 154 | 0 | 62 | 57 | 25 | 543 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1101100 | 0 | 110010 | 101111 | 10101 | 101100011 | 110001 | 111011 |
Color Harmonies of #CA646C
Complementary color
Monochromatic Colors of #CA646C
Black with #CA646C
Text Example
Text Example
White with #CA646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA646C; }
p { color: rgb(202,100,108); }
H1.HeaderClassName
{
color: #CA646C;
}
.AnyTagClassName
{
color: #CA646C;
}
</style>
background-color css
<style>
a { background-color: #CA646C; }
a { background-color: rgb(202,100,108); }
div.DivClassName
{
background-color: #CA646C;
}
.BgClassName
{
background-color: #CA646C;
}
</style>
border-color css
<style>
span { border-color: #CA646C; }
span { border-color: rgb(202,100,108); }
td.TdClassName
{
border-color: #CA646C;
}
.TagClassName
{
border-color: #CA646C;
}
</style>