Shades of Hopbush #CD6789
Tints of Hopbush #CD6789
RGB
CMYK
RGB Variations
Color information
#CD6789 (or 0xCD6789) is known color: Hopbush. HEX triplet: CD, 67 and 89. RGB value is (205,103,137). Sum of RGB (Red+Green+Blue) = 205+103+137=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6789 is #329876. Grayscale: #898989. Windows color (decimal): -3315831 or 9005005. OLE color: 9005005.
HSL color Cylindrical-coordinate representation of color #CD6789: hue angle of 340º degrees, saturation: 0.5, 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 #CD6789 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 137 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.20 |
| HSL | 340º | 0.5% | 0.6% | - |
| HSV(B) | 340º | 0.5% | 0.8% | - |
| XYZ | 34.54 | 24.49 | 26.57 | - |
| YUV | 137.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 137 | 0 | 0.50 | 0.33 | 0.20 | 340 | 0.5 | 0.6 |
| Hex | CD | 67 | 89 | 0 | 32 | 21 | 14 | 154 | 32 | 3C |
| Octal | 315 | 147 | 211 | 0 | 62 | 41 | 24 | 524 | 62 | 74 |
| Binary | 11001101 | 1100111 | 10001001 | 0 | 110010 | 100001 | 10100 | 101010100 | 110010 | 111100 |
Color Harmonies of #CD6789
Complementary color
Monochromatic Colors of #CD6789
Black with #CD6789
Text Example
Text Example
White with #CD6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6789; }
p { color: rgb(205,103,137); }
H1.HeaderClassName
{
color: #CD6789;
}
.AnyTagClassName
{
color: #CD6789;
}
</style>
background-color css
<style>
a { background-color: #CD6789; }
a { background-color: rgb(205,103,137); }
div.DivClassName
{
background-color: #CD6789;
}
.BgClassName
{
background-color: #CD6789;
}
</style>
border-color css
<style>
span { border-color: #CD6789; }
span { border-color: rgb(205,103,137); }
td.TdClassName
{
border-color: #CD6789;
}
.TagClassName
{
border-color: #CD6789;
}
</style>