Shades of Cabaret #CD486A
Tints of Cabaret #CD486A
RGB
CMYK
RGB Variations
Color information
#CD486A (or 0xCD486A) is known color: Cabaret. HEX triplet: CD, 48 and 6A. RGB value is (205,72,106). Sum of RGB (Red+Green+Blue) = 205+72+106=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD486A is #32B795. Grayscale: #737373. Windows color (decimal): -3323798 or 6965453. OLE color: 6965453.
HSL color Cylindrical-coordinate representation of color #CD486A: hue angle of 344.66º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD486A is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 72 | 106 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.20 |
| HSL | 344.66º | 0.57% | 0.54% | - |
| HSV(B) | 344.66º | 0.65% | 0.8% | - |
| XYZ | 30.1 | 18.65 | 15.65 | - |
| YUV | 115.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 72 | 106 | 0 | 0.65 | 0.48 | 0.20 | 344.66 | 0.57 | 0.54 |
| Hex | CD | 48 | 6A | 0 | 41 | 30 | 14 | 159 | 39 | 36 |
| Octal | 315 | 110 | 152 | 0 | 101 | 60 | 24 | 531 | 71 | 66 |
| Binary | 11001101 | 1001000 | 1101010 | 0 | 1000001 | 110000 | 10100 | 101011001 | 111001 | 110110 |
Color Harmonies of #CD486A
Complementary color
Monochromatic Colors of #CD486A
Black with #CD486A
Text Example
Text Example
White with #CD486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD486A; }
p { color: rgb(205,72,106); }
H1.HeaderClassName
{
color: #CD486A;
}
.AnyTagClassName
{
color: #CD486A;
}
</style>
background-color css
<style>
a { background-color: #CD486A; }
a { background-color: rgb(205,72,106); }
div.DivClassName
{
background-color: #CD486A;
}
.BgClassName
{
background-color: #CD486A;
}
</style>
border-color css
<style>
span { border-color: #CD486A; }
span { border-color: rgb(205,72,106); }
td.TdClassName
{
border-color: #CD486A;
}
.TagClassName
{
border-color: #CD486A;
}
</style>