Shades of Cabaret #CD6270
Tints of Cabaret #CD6270
RGB
CMYK
RGB Variations
Color information
#CD6270 (or 0xCD6270) is known color: Cabaret. HEX triplet: CD, 62 and 70. RGB value is (205,98,112). Sum of RGB (Red+Green+Blue) = 205+98+112=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6270 is #329D8F. Grayscale: #838383. Windows color (decimal): -3317136 or 7365325. OLE color: 7365325.
HSL color Cylindrical-coordinate representation of color #CD6270: hue angle of 352.15º 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 #CD6270 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 98 | 112 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.20 |
| HSL | 352.15º | 0.52% | 0.59% | - |
| HSV(B) | 352.15º | 0.52% | 0.8% | - |
| XYZ | 32.47 | 22.88 | 18.04 | - |
| YUV | 131.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 112 | 0 | 0.52 | 0.45 | 0.20 | 352.15 | 0.52 | 0.59 |
| Hex | CD | 62 | 70 | 0 | 34 | 2D | 14 | 160 | 34 | 3B |
| Octal | 315 | 142 | 160 | 0 | 64 | 55 | 24 | 540 | 64 | 73 |
| Binary | 11001101 | 1100010 | 1110000 | 0 | 110100 | 101101 | 10100 | 101100000 | 110100 | 111011 |
Color Harmonies of #CD6270
Complementary color
Monochromatic Colors of #CD6270
Black with #CD6270
Text Example
Text Example
White with #CD6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6270; }
p { color: rgb(205,98,112); }
H1.HeaderClassName
{
color: #CD6270;
}
.AnyTagClassName
{
color: #CD6270;
}
</style>
background-color css
<style>
a { background-color: #CD6270; }
a { background-color: rgb(205,98,112); }
div.DivClassName
{
background-color: #CD6270;
}
.BgClassName
{
background-color: #CD6270;
}
</style>
border-color css
<style>
span { border-color: #CD6270; }
span { border-color: rgb(205,98,112); }
td.TdClassName
{
border-color: #CD6270;
}
.TagClassName
{
border-color: #CD6270;
}
</style>