Shades of Cabaret #CD647A
Tints of Cabaret #CD647A
RGB
CMYK
RGB Variations
Color information
#CD647A (or 0xCD647A) is known color: Cabaret. HEX triplet: CD, 64 and 7A. RGB value is (205,100,122). Sum of RGB (Red+Green+Blue) = 205+100+122=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD647A is #329B85. Grayscale: #858585. Windows color (decimal): -3316614 or 8021197. OLE color: 8021197.
HSL color Cylindrical-coordinate representation of color #CD647A: hue angle of 347.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD647A is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 122 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.20 |
| HSL | 347.43º | 0.51% | 0.6% | - |
| HSV(B) | 347.43º | 0.51% | 0.8% | - |
| XYZ | 33.25 | 23.5 | 21.2 | - |
| YUV | 133.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 122 | 0 | 0.51 | 0.40 | 0.20 | 347.43 | 0.51 | 0.6 |
| Hex | CD | 64 | 7A | 0 | 33 | 28 | 14 | 15B | 33 | 3C |
| Octal | 315 | 144 | 172 | 0 | 63 | 50 | 24 | 533 | 63 | 74 |
| Binary | 11001101 | 1100100 | 1111010 | 0 | 110011 | 101000 | 10100 | 101011011 | 110011 | 111100 |
Color Harmonies of #CD647A
Complementary color
Monochromatic Colors of #CD647A
Black with #CD647A
Text Example
Text Example
White with #CD647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD647A; }
p { color: rgb(205,100,122); }
H1.HeaderClassName
{
color: #CD647A;
}
.AnyTagClassName
{
color: #CD647A;
}
</style>
background-color css
<style>
a { background-color: #CD647A; }
a { background-color: rgb(205,100,122); }
div.DivClassName
{
background-color: #CD647A;
}
.BgClassName
{
background-color: #CD647A;
}
</style>
border-color css
<style>
span { border-color: #CD647A; }
span { border-color: rgb(205,100,122); }
td.TdClassName
{
border-color: #CD647A;
}
.TagClassName
{
border-color: #CD647A;
}
</style>