Shades of Hopbush #C76692
Tints of Hopbush #C76692
RGB
CMYK
RGB Variations
Color information
#C76692 (or 0xC76692) is known color: Hopbush. HEX triplet: C7, 66 and 92. RGB value is (199,102,146). Sum of RGB (Red+Green+Blue) = 199+102+146=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C76692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76692 is #38996D. Grayscale: #878787. Windows color (decimal): -3709294 or 9594567. OLE color: 9594567.
HSL color Cylindrical-coordinate representation of color #C76692: hue angle of 332.78º 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 #C76692 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 146 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.22 |
| HSL | 332.78º | 0.46% | 0.59% | - |
| HSV(B) | 332.78º | 0.49% | 0.78% | - |
| XYZ | 33.49 | 23.72 | 30.01 | - |
| YUV | 136.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 146 | 0 | 0.49 | 0.27 | 0.22 | 332.78 | 0.46 | 0.59 |
| Hex | C7 | 66 | 92 | 0 | 31 | 1B | 16 | 14D | 2E | 3B |
| Octal | 307 | 146 | 222 | 0 | 61 | 33 | 26 | 515 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10010010 | 0 | 110001 | 11011 | 10110 | 101001101 | 101110 | 111011 |
Color Harmonies of #C76692
Complementary color
Monochromatic Colors of #C76692
Black with #C76692
Text Example
Text Example
White with #C76692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76692; }
p { color: rgb(199,102,146); }
H1.HeaderClassName
{
color: #C76692;
}
.AnyTagClassName
{
color: #C76692;
}
</style>
background-color css
<style>
a { background-color: #C76692; }
a { background-color: rgb(199,102,146); }
div.DivClassName
{
background-color: #C76692;
}
.BgClassName
{
background-color: #C76692;
}
</style>
border-color css
<style>
span { border-color: #C76692; }
span { border-color: rgb(199,102,146); }
td.TdClassName
{
border-color: #C76692;
}
.TagClassName
{
border-color: #C76692;
}
</style>