Shades of Hopbush #CD689D
Tints of Hopbush #CD689D
RGB
CMYK
RGB Variations
Color information
#CD689D (or 0xCD689D) is known color: Hopbush. HEX triplet: CD, 68 and 9D. RGB value is (205,104,157). Sum of RGB (Red+Green+Blue) = 205+104+157=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD689D is #329762. Grayscale: #8C8C8C. Windows color (decimal): -3315555 or 10315981. OLE color: 10315981.
HSL color Cylindrical-coordinate representation of color #CD689D: hue angle of 328.51º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD689D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 157 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.20 |
| HSL | 328.51º | 0.5% | 0.61% | - |
| HSV(B) | 328.51º | 0.49% | 0.8% | - |
| XYZ | 36.21 | 25.31 | 34.88 | - |
| YUV | 140.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 157 | 0 | 0.49 | 0.23 | 0.20 | 328.51 | 0.5 | 0.61 |
| Hex | CD | 68 | 9D | 0 | 31 | 17 | 14 | 149 | 32 | 3D |
| Octal | 315 | 150 | 235 | 0 | 61 | 27 | 24 | 511 | 62 | 75 |
| Binary | 11001101 | 1101000 | 10011101 | 0 | 110001 | 10111 | 10100 | 101001001 | 110010 | 111101 |
Color Harmonies of #CD689D
Complementary color
Monochromatic Colors of #CD689D
Black with #CD689D
Text Example
Text Example
White with #CD689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD689D; }
p { color: rgb(205,104,157); }
H1.HeaderClassName
{
color: #CD689D;
}
.AnyTagClassName
{
color: #CD689D;
}
</style>
background-color css
<style>
a { background-color: #CD689D; }
a { background-color: rgb(205,104,157); }
div.DivClassName
{
background-color: #CD689D;
}
.BgClassName
{
background-color: #CD689D;
}
</style>
border-color css
<style>
span { border-color: #CD689D; }
span { border-color: rgb(205,104,157); }
td.TdClassName
{
border-color: #CD689D;
}
.TagClassName
{
border-color: #CD689D;
}
</style>