Shades of Hopbush #C675AE
Tints of Hopbush #C675AE
RGB
CMYK
RGB Variations
Color information
#C675AE (or 0xC675AE) is known color: Hopbush. HEX triplet: C6, 75 and AE. RGB value is (198,117,174). Sum of RGB (Red+Green+Blue) = 198+117+174=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C675AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C675AE is #398A51. Grayscale: #939393. Windows color (decimal): -3770962 or 11433414. OLE color: 11433414.
HSL color Cylindrical-coordinate representation of color #C675AE: hue angle of 317.78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C675AE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 174 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.22 |
| HSL | 317.78º | 0.42% | 0.62% | - |
| HSV(B) | 317.78º | 0.41% | 0.78% | - |
| XYZ | 37.29 | 27.78 | 43.44 | - |
| YUV | 147.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 174 | 0 | 0.41 | 0.12 | 0.22 | 317.78 | 0.42 | 0.62 |
| Hex | C6 | 75 | AE | 0 | 29 | C | 16 | 13E | 2A | 3E |
| Octal | 306 | 165 | 256 | 0 | 51 | 14 | 26 | 476 | 52 | 76 |
| Binary | 11000110 | 1110101 | 10101110 | 0 | 101001 | 1100 | 10110 | 100111110 | 101010 | 111110 |
Color Harmonies of #C675AE
Complementary color
Monochromatic Colors of #C675AE
Black with #C675AE
Text Example
Text Example
White with #C675AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675AE; }
p { color: rgb(198,117,174); }
H1.HeaderClassName
{
color: #C675AE;
}
.AnyTagClassName
{
color: #C675AE;
}
</style>
background-color css
<style>
a { background-color: #C675AE; }
a { background-color: rgb(198,117,174); }
div.DivClassName
{
background-color: #C675AE;
}
.BgClassName
{
background-color: #C675AE;
}
</style>
border-color css
<style>
span { border-color: #C675AE; }
span { border-color: rgb(198,117,174); }
td.TdClassName
{
border-color: #C675AE;
}
.TagClassName
{
border-color: #C675AE;
}
</style>