Shades of Hopbush #CD6C8C
Tints of Hopbush #CD6C8C
RGB
CMYK
RGB Variations
Color information
#CD6C8C (or 0xCD6C8C) is known color: Hopbush. HEX triplet: CD, 6C and 8C. RGB value is (205,108,140). Sum of RGB (Red+Green+Blue) = 205+108+140=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6C8C is #329373. Grayscale: #8C8C8C. Windows color (decimal): -3314548 or 9202893. OLE color: 9202893.
HSL color Cylindrical-coordinate representation of color #CD6C8C: hue angle of 340.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6C8C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 140 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.20 |
| HSL | 340.21º | 0.49% | 0.61% | - |
| HSV(B) | 340.21º | 0.47% | 0.8% | - |
| XYZ | 35.27 | 25.6 | 27.89 | - |
| YUV | 140.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 140 | 0 | 0.47 | 0.32 | 0.20 | 340.21 | 0.49 | 0.61 |
| Hex | CD | 6C | 8C | 0 | 2F | 20 | 14 | 154 | 31 | 3D |
| Octal | 315 | 154 | 214 | 0 | 57 | 40 | 24 | 524 | 61 | 75 |
| Binary | 11001101 | 1101100 | 10001100 | 0 | 101111 | 100000 | 10100 | 101010100 | 110001 | 111101 |
Color Harmonies of #CD6C8C
Complementary color
Monochromatic Colors of #CD6C8C
Black with #CD6C8C
Text Example
Text Example
White with #CD6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C8C; }
p { color: rgb(205,108,140); }
H1.HeaderClassName
{
color: #CD6C8C;
}
.AnyTagClassName
{
color: #CD6C8C;
}
</style>
background-color css
<style>
a { background-color: #CD6C8C; }
a { background-color: rgb(205,108,140); }
div.DivClassName
{
background-color: #CD6C8C;
}
.BgClassName
{
background-color: #CD6C8C;
}
</style>
border-color css
<style>
span { border-color: #CD6C8C; }
span { border-color: rgb(205,108,140); }
td.TdClassName
{
border-color: #CD6C8C;
}
.TagClassName
{
border-color: #CD6C8C;
}
</style>