Shades of Hopbush #CF678C
Tints of Hopbush #CF678C
RGB
CMYK
RGB Variations
Color information
#CF678C (or 0xCF678C) is known color: Hopbush. HEX triplet: CF, 67 and 8C. RGB value is (207,103,140). Sum of RGB (Red+Green+Blue) = 207+103+140=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF678C is #309873. Grayscale: #8A8A8A. Windows color (decimal): -3184756 or 9201615. OLE color: 9201615.
HSL color Cylindrical-coordinate representation of color #CF678C: hue angle of 338.65º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF678C is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 140 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.19 |
| HSL | 338.65º | 0.52% | 0.61% | - |
| HSV(B) | 338.65º | 0.5% | 0.81% | - |
| XYZ | 35.32 | 24.86 | 27.75 | - |
| YUV | 138.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 140 | 0 | 0.50 | 0.32 | 0.19 | 338.65 | 0.52 | 0.61 |
| Hex | CF | 67 | 8C | 0 | 32 | 20 | 13 | 153 | 34 | 3D |
| Octal | 317 | 147 | 214 | 0 | 62 | 40 | 23 | 523 | 64 | 75 |
| Binary | 11001111 | 1100111 | 10001100 | 0 | 110010 | 100000 | 10011 | 101010011 | 110100 | 111101 |
Color Harmonies of #CF678C
Complementary color
Monochromatic Colors of #CF678C
Black with #CF678C
Text Example
Text Example
White with #CF678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF678C; }
p { color: rgb(207,103,140); }
H1.HeaderClassName
{
color: #CF678C;
}
.AnyTagClassName
{
color: #CF678C;
}
</style>
background-color css
<style>
a { background-color: #CF678C; }
a { background-color: rgb(207,103,140); }
div.DivClassName
{
background-color: #CF678C;
}
.BgClassName
{
background-color: #CF678C;
}
</style>
border-color css
<style>
span { border-color: #CF678C; }
span { border-color: rgb(207,103,140); }
td.TdClassName
{
border-color: #CF678C;
}
.TagClassName
{
border-color: #CF678C;
}
</style>