Shades of Hopbush #CF6D93
Tints of Hopbush #CF6D93
RGB
CMYK
RGB Variations
Color information
#CF6D93 (or 0xCF6D93) is known color: Hopbush. HEX triplet: CF, 6D and 93. RGB value is (207,109,147). Sum of RGB (Red+Green+Blue) = 207+109+147=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6D93 is #30926C. Grayscale: #8E8E8E. Windows color (decimal): -3183213 or 9661903. OLE color: 9661903.
HSL color Cylindrical-coordinate representation of color #CF6D93: hue angle of 336.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6D93 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 147 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.19 |
| HSL | 336.73º | 0.51% | 0.62% | - |
| HSV(B) | 336.73º | 0.47% | 0.81% | - |
| XYZ | 36.47 | 26.31 | 30.76 | - |
| YUV | 142.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 147 | 0 | 0.47 | 0.29 | 0.19 | 336.73 | 0.51 | 0.62 |
| Hex | CF | 6D | 93 | 0 | 2F | 1D | 13 | 151 | 33 | 3E |
| Octal | 317 | 155 | 223 | 0 | 57 | 35 | 23 | 521 | 63 | 76 |
| Binary | 11001111 | 1101101 | 10010011 | 0 | 101111 | 11101 | 10011 | 101010001 | 110011 | 111110 |
Color Harmonies of #CF6D93
Complementary color
Monochromatic Colors of #CF6D93
Black with #CF6D93
Text Example
Text Example
White with #CF6D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D93; }
p { color: rgb(207,109,147); }
H1.HeaderClassName
{
color: #CF6D93;
}
.AnyTagClassName
{
color: #CF6D93;
}
</style>
background-color css
<style>
a { background-color: #CF6D93; }
a { background-color: rgb(207,109,147); }
div.DivClassName
{
background-color: #CF6D93;
}
.BgClassName
{
background-color: #CF6D93;
}
</style>
border-color css
<style>
span { border-color: #CF6D93; }
span { border-color: rgb(207,109,147); }
td.TdClassName
{
border-color: #CF6D93;
}
.TagClassName
{
border-color: #CF6D93;
}
</style>