Shades of Cabaret #CD5669
Tints of Cabaret #CD5669
RGB
CMYK
RGB Variations
Color information
#CD5669 (or 0xCD5669) is known color: Cabaret. HEX triplet: CD, 56 and 69. RGB value is (205,86,105). Sum of RGB (Red+Green+Blue) = 205+86+105=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5669 is #32A996. Grayscale: #7B7B7B. Windows color (decimal): -3320215 or 6903501. OLE color: 6903501.
HSL color Cylindrical-coordinate representation of color #CD5669: hue angle of 350.42º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5669 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 86 | 105 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.20 |
| HSL | 350.42º | 0.54% | 0.57% | - |
| HSV(B) | 350.42º | 0.58% | 0.8% | - |
| XYZ | 31.05 | 20.65 | 15.71 | - |
| YUV | 123.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 105 | 0 | 0.58 | 0.49 | 0.20 | 350.42 | 0.54 | 0.57 |
| Hex | CD | 56 | 69 | 0 | 3A | 31 | 14 | 15E | 36 | 39 |
| Octal | 315 | 126 | 151 | 0 | 72 | 61 | 24 | 536 | 66 | 71 |
| Binary | 11001101 | 1010110 | 1101001 | 0 | 111010 | 110001 | 10100 | 101011110 | 110110 | 111001 |
Color Harmonies of #CD5669
Complementary color
Monochromatic Colors of #CD5669
Black with #CD5669
Text Example
Text Example
White with #CD5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5669; }
p { color: rgb(205,86,105); }
H1.HeaderClassName
{
color: #CD5669;
}
.AnyTagClassName
{
color: #CD5669;
}
</style>
background-color css
<style>
a { background-color: #CD5669; }
a { background-color: rgb(205,86,105); }
div.DivClassName
{
background-color: #CD5669;
}
.BgClassName
{
background-color: #CD5669;
}
</style>
border-color css
<style>
span { border-color: #CD5669; }
span { border-color: rgb(205,86,105); }
td.TdClassName
{
border-color: #CD5669;
}
.TagClassName
{
border-color: #CD5669;
}
</style>