Shades of Hopbush #CD659E
Tints of Hopbush #CD659E
RGB
CMYK
RGB Variations
Color information
#CD659E (or 0xCD659E) is known color: Hopbush. HEX triplet: CD, 65 and 9E. RGB value is (205,101,158). Sum of RGB (Red+Green+Blue) = 205+101+158=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD659E is #329A61. Grayscale: #8A8A8A. Windows color (decimal): -3316322 or 10380749. OLE color: 10380749.
HSL color Cylindrical-coordinate representation of color #CD659E: hue angle of 327.12º 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 #CD659E is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 158 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.20 |
| HSL | 327.12º | 0.51% | 0.6% | - |
| HSV(B) | 327.12º | 0.51% | 0.8% | - |
| XYZ | 36 | 24.76 | 35.23 | - |
| YUV | 138.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 158 | 0 | 0.51 | 0.23 | 0.20 | 327.12 | 0.51 | 0.6 |
| Hex | CD | 65 | 9E | 0 | 33 | 17 | 14 | 147 | 33 | 3C |
| Octal | 315 | 145 | 236 | 0 | 63 | 27 | 24 | 507 | 63 | 74 |
| Binary | 11001101 | 1100101 | 10011110 | 0 | 110011 | 10111 | 10100 | 101000111 | 110011 | 111100 |
Color Harmonies of #CD659E
Complementary color
Monochromatic Colors of #CD659E
Black with #CD659E
Text Example
Text Example
White with #CD659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD659E; }
p { color: rgb(205,101,158); }
H1.HeaderClassName
{
color: #CD659E;
}
.AnyTagClassName
{
color: #CD659E;
}
</style>
background-color css
<style>
a { background-color: #CD659E; }
a { background-color: rgb(205,101,158); }
div.DivClassName
{
background-color: #CD659E;
}
.BgClassName
{
background-color: #CD659E;
}
</style>
border-color css
<style>
span { border-color: #CD659E; }
span { border-color: rgb(205,101,158); }
td.TdClassName
{
border-color: #CD659E;
}
.TagClassName
{
border-color: #CD659E;
}
</style>