Shades of Hopbush #CD6A8C
Tints of Hopbush #CD6A8C
RGB
CMYK
RGB Variations
Color information
#CD6A8C (or 0xCD6A8C) is known color: Hopbush. HEX triplet: CD, 6A and 8C. RGB value is (205,106,140). Sum of RGB (Red+Green+Blue) = 205+106+140=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6A8C is #329573. Grayscale: #8B8B8B. Windows color (decimal): -3315060 or 9202381. OLE color: 9202381.
HSL color Cylindrical-coordinate representation of color #CD6A8C: hue angle of 339.39º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6A8C is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 140 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.20 |
| HSL | 339.39º | 0.5% | 0.61% | - |
| HSV(B) | 339.39º | 0.48% | 0.8% | - |
| XYZ | 35.06 | 25.18 | 27.82 | - |
| YUV | 139.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 140 | 0 | 0.48 | 0.32 | 0.20 | 339.39 | 0.5 | 0.61 |
| Hex | CD | 6A | 8C | 0 | 30 | 20 | 14 | 153 | 32 | 3D |
| Octal | 315 | 152 | 214 | 0 | 60 | 40 | 24 | 523 | 62 | 75 |
| Binary | 11001101 | 1101010 | 10001100 | 0 | 110000 | 100000 | 10100 | 101010011 | 110010 | 111101 |
Color Harmonies of #CD6A8C
Complementary color
Monochromatic Colors of #CD6A8C
Black with #CD6A8C
Text Example
Text Example
White with #CD6A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A8C; }
p { color: rgb(205,106,140); }
H1.HeaderClassName
{
color: #CD6A8C;
}
.AnyTagClassName
{
color: #CD6A8C;
}
</style>
background-color css
<style>
a { background-color: #CD6A8C; }
a { background-color: rgb(205,106,140); }
div.DivClassName
{
background-color: #CD6A8C;
}
.BgClassName
{
background-color: #CD6A8C;
}
</style>
border-color css
<style>
span { border-color: #CD6A8C; }
span { border-color: rgb(205,106,140); }
td.TdClassName
{
border-color: #CD6A8C;
}
.TagClassName
{
border-color: #CD6A8C;
}
</style>