Shades of Cabaret #CD6275
Tints of Cabaret #CD6275
RGB
CMYK
RGB Variations
Color information
#CD6275 (or 0xCD6275) is known color: Cabaret. HEX triplet: CD, 62 and 75. RGB value is (205,98,117). Sum of RGB (Red+Green+Blue) = 205+98+117=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6275 is #329D8A. Grayscale: #848484. Windows color (decimal): -3317131 or 7693005. OLE color: 7693005.
HSL color Cylindrical-coordinate representation of color #CD6275: hue angle of 349.35º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6275 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 98 | 117 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.20 |
| HSL | 349.35º | 0.52% | 0.59% | - |
| HSV(B) | 349.35º | 0.52% | 0.8% | - |
| XYZ | 32.76 | 23 | 19.54 | - |
| YUV | 132.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 117 | 0 | 0.52 | 0.43 | 0.20 | 349.35 | 0.52 | 0.59 |
| Hex | CD | 62 | 75 | 0 | 34 | 2B | 14 | 15D | 34 | 3B |
| Octal | 315 | 142 | 165 | 0 | 64 | 53 | 24 | 535 | 64 | 73 |
| Binary | 11001101 | 1100010 | 1110101 | 0 | 110100 | 101011 | 10100 | 101011101 | 110100 | 111011 |
Color Harmonies of #CD6275
Complementary color
Monochromatic Colors of #CD6275
Black with #CD6275
Text Example
Text Example
White with #CD6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6275; }
p { color: rgb(205,98,117); }
H1.HeaderClassName
{
color: #CD6275;
}
.AnyTagClassName
{
color: #CD6275;
}
</style>
background-color css
<style>
a { background-color: #CD6275; }
a { background-color: rgb(205,98,117); }
div.DivClassName
{
background-color: #CD6275;
}
.BgClassName
{
background-color: #CD6275;
}
</style>
border-color css
<style>
span { border-color: #CD6275; }
span { border-color: rgb(205,98,117); }
td.TdClassName
{
border-color: #CD6275;
}
.TagClassName
{
border-color: #CD6275;
}
</style>