Shades of Hopbush #CD679B
Tints of Hopbush #CD679B
RGB
CMYK
RGB Variations
Color information
#CD679B (or 0xCD679B) is known color: Hopbush. HEX triplet: CD, 67 and 9B. RGB value is (205,103,155). Sum of RGB (Red+Green+Blue) = 205+103+155=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD679B is #329864. Grayscale: #8B8B8B. Windows color (decimal): -3315813 or 10184653. OLE color: 10184653.
HSL color Cylindrical-coordinate representation of color #CD679B: hue angle of 329.41º 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 #CD679B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 155 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.20 |
| HSL | 329.41º | 0.5% | 0.6% | - |
| HSV(B) | 329.41º | 0.5% | 0.8% | - |
| XYZ | 35.94 | 25.05 | 33.95 | - |
| YUV | 139.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 155 | 0 | 0.50 | 0.24 | 0.20 | 329.41 | 0.5 | 0.6 |
| Hex | CD | 67 | 9B | 0 | 32 | 18 | 14 | 149 | 32 | 3C |
| Octal | 315 | 147 | 233 | 0 | 62 | 30 | 24 | 511 | 62 | 74 |
| Binary | 11001101 | 1100111 | 10011011 | 0 | 110010 | 11000 | 10100 | 101001001 | 110010 | 111100 |
Color Harmonies of #CD679B
Complementary color
Monochromatic Colors of #CD679B
Black with #CD679B
Text Example
Text Example
White with #CD679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD679B; }
p { color: rgb(205,103,155); }
H1.HeaderClassName
{
color: #CD679B;
}
.AnyTagClassName
{
color: #CD679B;
}
</style>
background-color css
<style>
a { background-color: #CD679B; }
a { background-color: rgb(205,103,155); }
div.DivClassName
{
background-color: #CD679B;
}
.BgClassName
{
background-color: #CD679B;
}
</style>
border-color css
<style>
span { border-color: #CD679B; }
span { border-color: rgb(205,103,155); }
td.TdClassName
{
border-color: #CD679B;
}
.TagClassName
{
border-color: #CD679B;
}
</style>