Shades of Hopbush #CF679C
Tints of Hopbush #CF679C
RGB
CMYK
RGB Variations
Color information
#CF679C (or 0xCF679C) is known color: Hopbush. HEX triplet: CF, 67 and 9C. RGB value is (207,103,156). Sum of RGB (Red+Green+Blue) = 207+103+156=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF679C is #309863. Grayscale: #8C8C8C. Windows color (decimal): -3184740 or 10250191. OLE color: 10250191.
HSL color Cylindrical-coordinate representation of color #CF679C: hue angle of 329.42º 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 #CF679C is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 156 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.19 |
| HSL | 329.42º | 0.52% | 0.61% | - |
| HSV(B) | 329.42º | 0.5% | 0.81% | - |
| XYZ | 36.58 | 25.37 | 34.42 | - |
| YUV | 140.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 156 | 0 | 0.50 | 0.25 | 0.19 | 329.42 | 0.52 | 0.61 |
| Hex | CF | 67 | 9C | 0 | 32 | 19 | 13 | 149 | 34 | 3D |
| Octal | 317 | 147 | 234 | 0 | 62 | 31 | 23 | 511 | 64 | 75 |
| Binary | 11001111 | 1100111 | 10011100 | 0 | 110010 | 11001 | 10011 | 101001001 | 110100 | 111101 |
Color Harmonies of #CF679C
Complementary color
Monochromatic Colors of #CF679C
Black with #CF679C
Text Example
Text Example
White with #CF679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF679C; }
p { color: rgb(207,103,156); }
H1.HeaderClassName
{
color: #CF679C;
}
.AnyTagClassName
{
color: #CF679C;
}
</style>
background-color css
<style>
a { background-color: #CF679C; }
a { background-color: rgb(207,103,156); }
div.DivClassName
{
background-color: #CF679C;
}
.BgClassName
{
background-color: #CF679C;
}
</style>
border-color css
<style>
span { border-color: #CF679C; }
span { border-color: rgb(207,103,156); }
td.TdClassName
{
border-color: #CF679C;
}
.TagClassName
{
border-color: #CF679C;
}
</style>