Shades of Hopbush #CD669E
Tints of Hopbush #CD669E
RGB
CMYK
RGB Variations
Color information
#CD669E (or 0xCD669E) is known color: Hopbush. HEX triplet: CD, 66 and 9E. RGB value is (205,102,158). Sum of RGB (Red+Green+Blue) = 205+102+158=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD669E is #329961. Grayscale: #8B8B8B. Windows color (decimal): -3316066 or 10381005. OLE color: 10381005.
HSL color Cylindrical-coordinate representation of color #CD669E: hue angle of 327.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD669E is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 158 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.20 |
| HSL | 327.38º | 0.51% | 0.6% | - |
| HSV(B) | 327.38º | 0.5% | 0.8% | - |
| XYZ | 36.1 | 24.95 | 35.26 | - |
| YUV | 139.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 158 | 0 | 0.50 | 0.23 | 0.20 | 327.38 | 0.51 | 0.6 |
| Hex | CD | 66 | 9E | 0 | 32 | 17 | 14 | 147 | 33 | 3C |
| Octal | 315 | 146 | 236 | 0 | 62 | 27 | 24 | 507 | 63 | 74 |
| Binary | 11001101 | 1100110 | 10011110 | 0 | 110010 | 10111 | 10100 | 101000111 | 110011 | 111100 |
Color Harmonies of #CD669E
Complementary color
Monochromatic Colors of #CD669E
Black with #CD669E
Text Example
Text Example
White with #CD669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD669E; }
p { color: rgb(205,102,158); }
H1.HeaderClassName
{
color: #CD669E;
}
.AnyTagClassName
{
color: #CD669E;
}
</style>
background-color css
<style>
a { background-color: #CD669E; }
a { background-color: rgb(205,102,158); }
div.DivClassName
{
background-color: #CD669E;
}
.BgClassName
{
background-color: #CD669E;
}
</style>
border-color css
<style>
span { border-color: #CD669E; }
span { border-color: rgb(205,102,158); }
td.TdClassName
{
border-color: #CD669E;
}
.TagClassName
{
border-color: #CD669E;
}
</style>