Shades of Hopbush #CD679D
Tints of Hopbush #CD679D
RGB
CMYK
RGB Variations
Color information
#CD679D (or 0xCD679D) is known color: Hopbush. HEX triplet: CD, 67 and 9D. RGB value is (205,103,157). Sum of RGB (Red+Green+Blue) = 205+103+157=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD679D is #329862. Grayscale: #8B8B8B. Windows color (decimal): -3315811 or 10315725. OLE color: 10315725.
HSL color Cylindrical-coordinate representation of color #CD679D: hue angle of 328.24º 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 #CD679D is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 157 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.20 |
| HSL | 328.24º | 0.5% | 0.6% | - |
| HSV(B) | 328.24º | 0.5% | 0.8% | - |
| XYZ | 36.11 | 25.11 | 34.84 | - |
| YUV | 139.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 157 | 0 | 0.50 | 0.23 | 0.20 | 328.24 | 0.5 | 0.6 |
| Hex | CD | 67 | 9D | 0 | 32 | 17 | 14 | 148 | 32 | 3C |
| Octal | 315 | 147 | 235 | 0 | 62 | 27 | 24 | 510 | 62 | 74 |
| Binary | 11001101 | 1100111 | 10011101 | 0 | 110010 | 10111 | 10100 | 101001000 | 110010 | 111100 |
Color Harmonies of #CD679D
Complementary color
Monochromatic Colors of #CD679D
Black with #CD679D
Text Example
Text Example
White with #CD679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD679D; }
p { color: rgb(205,103,157); }
H1.HeaderClassName
{
color: #CD679D;
}
.AnyTagClassName
{
color: #CD679D;
}
</style>
background-color css
<style>
a { background-color: #CD679D; }
a { background-color: rgb(205,103,157); }
div.DivClassName
{
background-color: #CD679D;
}
.BgClassName
{
background-color: #CD679D;
}
</style>
border-color css
<style>
span { border-color: #CD679D; }
span { border-color: rgb(205,103,157); }
td.TdClassName
{
border-color: #CD679D;
}
.TagClassName
{
border-color: #CD679D;
}
</style>