Shades of Hopbush #C7669F
Tints of Hopbush #C7669F
RGB
CMYK
RGB Variations
Color information
#C7669F (or 0xC7669F) is known color: Hopbush. HEX triplet: C7, 66 and 9F. RGB value is (199,102,159). Sum of RGB (Red+Green+Blue) = 199+102+159=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7669F is #389960. Grayscale: #898989. Windows color (decimal): -3709281 or 10446535. OLE color: 10446535.
HSL color Cylindrical-coordinate representation of color #C7669F: hue angle of 324.74º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7669F is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 159 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.22 |
| HSL | 324.74º | 0.46% | 0.59% | - |
| HSV(B) | 324.74º | 0.49% | 0.78% | - |
| XYZ | 34.56 | 24.15 | 35.64 | - |
| YUV | 137.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 159 | 0 | 0.49 | 0.20 | 0.22 | 324.74 | 0.46 | 0.59 |
| Hex | C7 | 66 | 9F | 0 | 31 | 14 | 16 | 145 | 2E | 3B |
| Octal | 307 | 146 | 237 | 0 | 61 | 24 | 26 | 505 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10011111 | 0 | 110001 | 10100 | 10110 | 101000101 | 101110 | 111011 |
Color Harmonies of #C7669F
Complementary color
Monochromatic Colors of #C7669F
Black with #C7669F
Text Example
Text Example
White with #C7669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7669F; }
p { color: rgb(199,102,159); }
H1.HeaderClassName
{
color: #C7669F;
}
.AnyTagClassName
{
color: #C7669F;
}
</style>
background-color css
<style>
a { background-color: #C7669F; }
a { background-color: rgb(199,102,159); }
div.DivClassName
{
background-color: #C7669F;
}
.BgClassName
{
background-color: #C7669F;
}
</style>
border-color css
<style>
span { border-color: #C7669F; }
span { border-color: rgb(199,102,159); }
td.TdClassName
{
border-color: #C7669F;
}
.TagClassName
{
border-color: #C7669F;
}
</style>