Shades of Cabaret #CD5C6D
Tints of Cabaret #CD5C6D
RGB
CMYK
RGB Variations
Color information
#CD5C6D (or 0xCD5C6D) is known color: Cabaret. HEX triplet: CD, 5C and 6D. RGB value is (205,92,109). Sum of RGB (Red+Green+Blue) = 205+92+109=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C6D is #32A392. Grayscale: #7F7F7F. Windows color (decimal): -3318675 or 7167181. OLE color: 7167181.
HSL color Cylindrical-coordinate representation of color #CD5C6D: hue angle of 350.97º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5C6D is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 92 | 109 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.20 |
| HSL | 350.97º | 0.53% | 0.58% | - |
| HSV(B) | 350.97º | 0.55% | 0.8% | - |
| XYZ | 31.76 | 21.74 | 16.99 | - |
| YUV | 127.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 109 | 0 | 0.55 | 0.47 | 0.20 | 350.97 | 0.53 | 0.58 |
| Hex | CD | 5C | 6D | 0 | 37 | 2F | 14 | 15F | 35 | 3A |
| Octal | 315 | 134 | 155 | 0 | 67 | 57 | 24 | 537 | 65 | 72 |
| Binary | 11001101 | 1011100 | 1101101 | 0 | 110111 | 101111 | 10100 | 101011111 | 110101 | 111010 |
Color Harmonies of #CD5C6D
Complementary color
Monochromatic Colors of #CD5C6D
Black with #CD5C6D
Text Example
Text Example
White with #CD5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5C6D; }
p { color: rgb(205,92,109); }
H1.HeaderClassName
{
color: #CD5C6D;
}
.AnyTagClassName
{
color: #CD5C6D;
}
</style>
background-color css
<style>
a { background-color: #CD5C6D; }
a { background-color: rgb(205,92,109); }
div.DivClassName
{
background-color: #CD5C6D;
}
.BgClassName
{
background-color: #CD5C6D;
}
</style>
border-color css
<style>
span { border-color: #CD5C6D; }
span { border-color: rgb(205,92,109); }
td.TdClassName
{
border-color: #CD5C6D;
}
.TagClassName
{
border-color: #CD5C6D;
}
</style>