Shades of Cabaret #CD506C
Tints of Cabaret #CD506C
RGB
CMYK
RGB Variations
Color information
#CD506C (or 0xCD506C) is known color: Cabaret. HEX triplet: CD, 50 and 6C. RGB value is (205,80,108). Sum of RGB (Red+Green+Blue) = 205+80+108=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD506C is #32AF93. Grayscale: #787878. Windows color (decimal): -3321748 or 7098573. OLE color: 7098573.
HSL color Cylindrical-coordinate representation of color #CD506C: hue angle of 346.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD506C is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 108 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.20 |
| HSL | 346.56º | 0.56% | 0.56% | - |
| HSV(B) | 346.56º | 0.61% | 0.8% | - |
| XYZ | 30.75 | 19.8 | 16.39 | - |
| YUV | 120.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 108 | 0 | 0.61 | 0.47 | 0.20 | 346.56 | 0.56 | 0.56 |
| Hex | CD | 50 | 6C | 0 | 3D | 2F | 14 | 15B | 38 | 38 |
| Octal | 315 | 120 | 154 | 0 | 75 | 57 | 24 | 533 | 70 | 70 |
| Binary | 11001101 | 1010000 | 1101100 | 0 | 111101 | 101111 | 10100 | 101011011 | 111000 | 111000 |
Color Harmonies of #CD506C
Complementary color
Monochromatic Colors of #CD506C
Black with #CD506C
Text Example
Text Example
White with #CD506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD506C; }
p { color: rgb(205,80,108); }
H1.HeaderClassName
{
color: #CD506C;
}
.AnyTagClassName
{
color: #CD506C;
}
</style>
background-color css
<style>
a { background-color: #CD506C; }
a { background-color: rgb(205,80,108); }
div.DivClassName
{
background-color: #CD506C;
}
.BgClassName
{
background-color: #CD506C;
}
</style>
border-color css
<style>
span { border-color: #CD506C; }
span { border-color: rgb(205,80,108); }
td.TdClassName
{
border-color: #CD506C;
}
.TagClassName
{
border-color: #CD506C;
}
</style>