Shades of Cabaret #CD6273
Tints of Cabaret #CD6273
RGB
CMYK
RGB Variations
Color information
#CD6273 (or 0xCD6273) is known color: Cabaret. HEX triplet: CD, 62 and 73. RGB value is (205,98,115). Sum of RGB (Red+Green+Blue) = 205+98+115=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6273 is #329D8C. Grayscale: #838383. Windows color (decimal): -3317133 or 7561933. OLE color: 7561933.
HSL color Cylindrical-coordinate representation of color #CD6273: hue angle of 350.47º 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 #CD6273 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 98 | 115 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.20 |
| HSL | 350.47º | 0.52% | 0.59% | - |
| HSV(B) | 350.47º | 0.52% | 0.8% | - |
| XYZ | 32.64 | 22.95 | 18.93 | - |
| YUV | 131.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 115 | 0 | 0.52 | 0.44 | 0.20 | 350.47 | 0.52 | 0.59 |
| Hex | CD | 62 | 73 | 0 | 34 | 2C | 14 | 15E | 34 | 3B |
| Octal | 315 | 142 | 163 | 0 | 64 | 54 | 24 | 536 | 64 | 73 |
| Binary | 11001101 | 1100010 | 1110011 | 0 | 110100 | 101100 | 10100 | 101011110 | 110100 | 111011 |
Color Harmonies of #CD6273
Complementary color
Monochromatic Colors of #CD6273
Black with #CD6273
Text Example
Text Example
White with #CD6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6273; }
p { color: rgb(205,98,115); }
H1.HeaderClassName
{
color: #CD6273;
}
.AnyTagClassName
{
color: #CD6273;
}
</style>
background-color css
<style>
a { background-color: #CD6273; }
a { background-color: rgb(205,98,115); }
div.DivClassName
{
background-color: #CD6273;
}
.BgClassName
{
background-color: #CD6273;
}
</style>
border-color css
<style>
span { border-color: #CD6273; }
span { border-color: rgb(205,98,115); }
td.TdClassName
{
border-color: #CD6273;
}
.TagClassName
{
border-color: #CD6273;
}
</style>