Shades of Cabaret #CD526C
Tints of Cabaret #CD526C
RGB
CMYK
RGB Variations
Color information
#CD526C (or 0xCD526C) is known color: Cabaret. HEX triplet: CD, 52 and 6C. RGB value is (205,82,108). Sum of RGB (Red+Green+Blue) = 205+82+108=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD526C is #32AD93. Grayscale: #797979. Windows color (decimal): -3321236 or 7099085. OLE color: 7099085.
HSL color Cylindrical-coordinate representation of color #CD526C: hue angle of 347.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD526C is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 82 | 108 | - |
| CMYK | 0 | 0.6 | 0.47 | 0.20 |
| HSL | 347.32º | 0.55% | 0.56% | - |
| HSV(B) | 347.32º | 0.6% | 0.8% | - |
| XYZ | 30.9 | 20.1 | 16.44 | - |
| YUV | 121.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 108 | 0 | 0.6 | 0.47 | 0.20 | 347.32 | 0.55 | 0.56 |
| Hex | CD | 52 | 6C | 0 | 3C | 2F | 14 | 15B | 37 | 38 |
| Octal | 315 | 122 | 154 | 0 | 74 | 57 | 24 | 533 | 67 | 70 |
| Binary | 11001101 | 1010010 | 1101100 | 0 | 111100 | 101111 | 10100 | 101011011 | 110111 | 111000 |
Color Harmonies of #CD526C
Complementary color
Monochromatic Colors of #CD526C
Black with #CD526C
Text Example
Text Example
White with #CD526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD526C; }
p { color: rgb(205,82,108); }
H1.HeaderClassName
{
color: #CD526C;
}
.AnyTagClassName
{
color: #CD526C;
}
</style>
background-color css
<style>
a { background-color: #CD526C; }
a { background-color: rgb(205,82,108); }
div.DivClassName
{
background-color: #CD526C;
}
.BgClassName
{
background-color: #CD526C;
}
</style>
border-color css
<style>
span { border-color: #CD526C; }
span { border-color: rgb(205,82,108); }
td.TdClassName
{
border-color: #CD526C;
}
.TagClassName
{
border-color: #CD526C;
}
</style>