Shades of Hopbush #C7668A
Tints of Hopbush #C7668A
RGB
CMYK
RGB Variations
Color information
#C7668A (or 0xC7668A) is known color: Hopbush. HEX triplet: C7, 66 and 8A. RGB value is (199,102,138). Sum of RGB (Red+Green+Blue) = 199+102+138=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7668A is #389975. Grayscale: #878787. Windows color (decimal): -3709302 or 9070279. OLE color: 9070279.
HSL color Cylindrical-coordinate representation of color #C7668A: hue angle of 337.73º 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 #C7668A is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 138 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.22 |
| HSL | 337.73º | 0.46% | 0.59% | - |
| HSV(B) | 337.73º | 0.49% | 0.78% | - |
| XYZ | 32.89 | 23.48 | 26.84 | - |
| YUV | 135.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 138 | 0 | 0.49 | 0.31 | 0.22 | 337.73 | 0.46 | 0.59 |
| Hex | C7 | 66 | 8A | 0 | 31 | 1F | 16 | 152 | 2E | 3B |
| Octal | 307 | 146 | 212 | 0 | 61 | 37 | 26 | 522 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10001010 | 0 | 110001 | 11111 | 10110 | 101010010 | 101110 | 111011 |
Color Harmonies of #C7668A
Complementary color
Monochromatic Colors of #C7668A
Black with #C7668A
Text Example
Text Example
White with #C7668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7668A; }
p { color: rgb(199,102,138); }
H1.HeaderClassName
{
color: #C7668A;
}
.AnyTagClassName
{
color: #C7668A;
}
</style>
background-color css
<style>
a { background-color: #C7668A; }
a { background-color: rgb(199,102,138); }
div.DivClassName
{
background-color: #C7668A;
}
.BgClassName
{
background-color: #C7668A;
}
</style>
border-color css
<style>
span { border-color: #C7668A; }
span { border-color: rgb(199,102,138); }
td.TdClassName
{
border-color: #C7668A;
}
.TagClassName
{
border-color: #C7668A;
}
</style>