Shades of Cabaret #CA646A
Tints of Cabaret #CA646A
RGB
CMYK
RGB Variations
Color information
#CA646A (or 0xCA646A) is known color: Cabaret. HEX triplet: CA, 64 and 6A. RGB value is (202,100,106). Sum of RGB (Red+Green+Blue) = 202+100+106=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA646A is #359B95. Grayscale: #838383. Windows color (decimal): -3513238 or 6972618. OLE color: 6972618.
HSL color Cylindrical-coordinate representation of color #CA646A: hue angle of 356.47º 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 #CA646A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 106 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.21 |
| HSL | 356.47º | 0.49% | 0.59% | - |
| HSV(B) | 356.47º | 0.5% | 0.79% | - |
| XYZ | 31.52 | 22.71 | 16.36 | - |
| YUV | 131.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 106 | 0 | 0.50 | 0.48 | 0.21 | 356.47 | 0.49 | 0.59 |
| Hex | CA | 64 | 6A | 0 | 32 | 30 | 15 | 164 | 31 | 3B |
| Octal | 312 | 144 | 152 | 0 | 62 | 60 | 25 | 544 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1101010 | 0 | 110010 | 110000 | 10101 | 101100100 | 110001 | 111011 |
Color Harmonies of #CA646A
Complementary color
Monochromatic Colors of #CA646A
Black with #CA646A
Text Example
Text Example
White with #CA646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA646A; }
p { color: rgb(202,100,106); }
H1.HeaderClassName
{
color: #CA646A;
}
.AnyTagClassName
{
color: #CA646A;
}
</style>
background-color css
<style>
a { background-color: #CA646A; }
a { background-color: rgb(202,100,106); }
div.DivClassName
{
background-color: #CA646A;
}
.BgClassName
{
background-color: #CA646A;
}
</style>
border-color css
<style>
span { border-color: #CA646A; }
span { border-color: rgb(202,100,106); }
td.TdClassName
{
border-color: #CA646A;
}
.TagClassName
{
border-color: #CA646A;
}
</style>