Shades of Cabaret #CD617C
Tints of Cabaret #CD617C
RGB
CMYK
RGB Variations
Color information
#CD617C (or 0xCD617C) is known color: Cabaret. HEX triplet: CD, 61 and 7C. RGB value is (205,97,124). Sum of RGB (Red+Green+Blue) = 205+97+124=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD617C is #329E83. Grayscale: #848484. Windows color (decimal): -3317380 or 8151501. OLE color: 8151501.
HSL color Cylindrical-coordinate representation of color #CD617C: hue angle of 345º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD617C is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 97 | 124 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.20 |
| HSL | 345º | 0.52% | 0.59% | - |
| HSV(B) | 345º | 0.53% | 0.8% | - |
| XYZ | 33.09 | 22.98 | 21.76 | - |
| YUV | 132.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 97 | 124 | 0 | 0.53 | 0.40 | 0.20 | 345 | 0.52 | 0.59 |
| Hex | CD | 61 | 7C | 0 | 35 | 28 | 14 | 159 | 34 | 3B |
| Octal | 315 | 141 | 174 | 0 | 65 | 50 | 24 | 531 | 64 | 73 |
| Binary | 11001101 | 1100001 | 1111100 | 0 | 110101 | 101000 | 10100 | 101011001 | 110100 | 111011 |
Color Harmonies of #CD617C
Complementary color
Monochromatic Colors of #CD617C
Black with #CD617C
Text Example
Text Example
White with #CD617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD617C; }
p { color: rgb(205,97,124); }
H1.HeaderClassName
{
color: #CD617C;
}
.AnyTagClassName
{
color: #CD617C;
}
</style>
background-color css
<style>
a { background-color: #CD617C; }
a { background-color: rgb(205,97,124); }
div.DivClassName
{
background-color: #CD617C;
}
.BgClassName
{
background-color: #CD617C;
}
</style>
border-color css
<style>
span { border-color: #CD617C; }
span { border-color: rgb(205,97,124); }
td.TdClassName
{
border-color: #CD617C;
}
.TagClassName
{
border-color: #CD617C;
}
</style>