Shades of Hopbush #CD688C
Tints of Hopbush #CD688C
RGB
CMYK
RGB Variations
Color information
#CD688C (or 0xCD688C) is known color: Hopbush. HEX triplet: CD, 68 and 8C. RGB value is (205,104,140). Sum of RGB (Red+Green+Blue) = 205+104+140=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD688C is #329773. Grayscale: #8A8A8A. Windows color (decimal): -3315572 or 9201869. OLE color: 9201869.
HSL color Cylindrical-coordinate representation of color #CD688C: hue angle of 338.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD688C is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 140 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.20 |
| HSL | 338.61º | 0.5% | 0.61% | - |
| HSV(B) | 338.61º | 0.49% | 0.8% | - |
| XYZ | 34.86 | 24.77 | 27.76 | - |
| YUV | 138.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 140 | 0 | 0.49 | 0.32 | 0.20 | 338.61 | 0.5 | 0.61 |
| Hex | CD | 68 | 8C | 0 | 31 | 20 | 14 | 153 | 32 | 3D |
| Octal | 315 | 150 | 214 | 0 | 61 | 40 | 24 | 523 | 62 | 75 |
| Binary | 11001101 | 1101000 | 10001100 | 0 | 110001 | 100000 | 10100 | 101010011 | 110010 | 111101 |
Color Harmonies of #CD688C
Complementary color
Monochromatic Colors of #CD688C
Black with #CD688C
Text Example
Text Example
White with #CD688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD688C; }
p { color: rgb(205,104,140); }
H1.HeaderClassName
{
color: #CD688C;
}
.AnyTagClassName
{
color: #CD688C;
}
</style>
background-color css
<style>
a { background-color: #CD688C; }
a { background-color: rgb(205,104,140); }
div.DivClassName
{
background-color: #CD688C;
}
.BgClassName
{
background-color: #CD688C;
}
</style>
border-color css
<style>
span { border-color: #CD688C; }
span { border-color: rgb(205,104,140); }
td.TdClassName
{
border-color: #CD688C;
}
.TagClassName
{
border-color: #CD688C;
}
</style>