Shades of Hopbush #CD669D
Tints of Hopbush #CD669D
RGB
CMYK
RGB Variations
Color information
#CD669D (or 0xCD669D) is known color: Hopbush. HEX triplet: CD, 66 and 9D. RGB value is (205,102,157). Sum of RGB (Red+Green+Blue) = 205+102+157=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD669D is #329962. Grayscale: #8A8A8A. Windows color (decimal): -3316067 or 10315469. OLE color: 10315469.
HSL color Cylindrical-coordinate representation of color #CD669D: hue angle of 327.96º 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 #CD669D is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 157 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.20 |
| HSL | 327.96º | 0.51% | 0.6% | - |
| HSV(B) | 327.96º | 0.5% | 0.8% | - |
| XYZ | 36.01 | 24.92 | 34.81 | - |
| YUV | 139.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 157 | 0 | 0.50 | 0.23 | 0.20 | 327.96 | 0.51 | 0.6 |
| Hex | CD | 66 | 9D | 0 | 32 | 17 | 14 | 148 | 33 | 3C |
| Octal | 315 | 146 | 235 | 0 | 62 | 27 | 24 | 510 | 63 | 74 |
| Binary | 11001101 | 1100110 | 10011101 | 0 | 110010 | 10111 | 10100 | 101001000 | 110011 | 111100 |
Color Harmonies of #CD669D
Complementary color
Monochromatic Colors of #CD669D
Black with #CD669D
Text Example
Text Example
White with #CD669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD669D; }
p { color: rgb(205,102,157); }
H1.HeaderClassName
{
color: #CD669D;
}
.AnyTagClassName
{
color: #CD669D;
}
</style>
background-color css
<style>
a { background-color: #CD669D; }
a { background-color: rgb(205,102,157); }
div.DivClassName
{
background-color: #CD669D;
}
.BgClassName
{
background-color: #CD669D;
}
</style>
border-color css
<style>
span { border-color: #CD669D; }
span { border-color: rgb(205,102,157); }
td.TdClassName
{
border-color: #CD669D;
}
.TagClassName
{
border-color: #CD669D;
}
</style>