Shades of Hopbush #CD799D
Tints of Hopbush #CD799D
RGB
CMYK
RGB Variations
Color information
#CD799D (or 0xCD799D) is known color: Hopbush. HEX triplet: CD, 79 and 9D. RGB value is (205,121,157). Sum of RGB (Red+Green+Blue) = 205+121+157=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD799D is #328662. Grayscale: #969696. Windows color (decimal): -3311203 or 10320333. OLE color: 10320333.
HSL color Cylindrical-coordinate representation of color #CD799D: hue angle of 334.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD799D is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 121 | 157 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.20 |
| HSL | 334.29º | 0.46% | 0.64% | - |
| HSV(B) | 334.29º | 0.41% | 0.8% | - |
| XYZ | 38.1 | 29.09 | 35.5 | - |
| YUV | 150.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 121 | 157 | 0 | 0.41 | 0.23 | 0.20 | 334.29 | 0.46 | 0.64 |
| Hex | CD | 79 | 9D | 0 | 29 | 17 | 14 | 14E | 2E | 40 |
| Octal | 315 | 171 | 235 | 0 | 51 | 27 | 24 | 516 | 56 | 100 |
| Binary | 11001101 | 1111001 | 10011101 | 0 | 101001 | 10111 | 10100 | 101001110 | 101110 | 1000000 |
Color Harmonies of #CD799D
Complementary color
Monochromatic Colors of #CD799D
Black with #CD799D
Text Example
Text Example
White with #CD799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD799D; }
p { color: rgb(205,121,157); }
H1.HeaderClassName
{
color: #CD799D;
}
.AnyTagClassName
{
color: #CD799D;
}
</style>
background-color css
<style>
a { background-color: #CD799D; }
a { background-color: rgb(205,121,157); }
div.DivClassName
{
background-color: #CD799D;
}
.BgClassName
{
background-color: #CD799D;
}
</style>
border-color css
<style>
span { border-color: #CD799D; }
span { border-color: rgb(205,121,157); }
td.TdClassName
{
border-color: #CD799D;
}
.TagClassName
{
border-color: #CD799D;
}
</style>