Shades of Hopbush #C672AE
Tints of Hopbush #C672AE
RGB
CMYK
RGB Variations
Color information
#C672AE (or 0xC672AE) is known color: Hopbush. HEX triplet: C6, 72 and AE. RGB value is (198,114,174). Sum of RGB (Red+Green+Blue) = 198+114+174=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C672AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C672AE is #398D51. Grayscale: #919191. Windows color (decimal): -3771730 or 11432646. OLE color: 11432646.
HSL color Cylindrical-coordinate representation of color #C672AE: hue angle of 317.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C672AE is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 174 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.22 |
| HSL | 317.14º | 0.42% | 0.61% | - |
| HSV(B) | 317.14º | 0.42% | 0.78% | - |
| XYZ | 36.95 | 27.1 | 43.33 | - |
| YUV | 145.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 174 | 0 | 0.42 | 0.12 | 0.22 | 317.14 | 0.42 | 0.61 |
| Hex | C6 | 72 | AE | 0 | 2A | C | 16 | 13D | 2A | 3D |
| Octal | 306 | 162 | 256 | 0 | 52 | 14 | 26 | 475 | 52 | 75 |
| Binary | 11000110 | 1110010 | 10101110 | 0 | 101010 | 1100 | 10110 | 100111101 | 101010 | 111101 |
Color Harmonies of #C672AE
Complementary color
Monochromatic Colors of #C672AE
Black with #C672AE
Text Example
Text Example
White with #C672AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672AE; }
p { color: rgb(198,114,174); }
H1.HeaderClassName
{
color: #C672AE;
}
.AnyTagClassName
{
color: #C672AE;
}
</style>
background-color css
<style>
a { background-color: #C672AE; }
a { background-color: rgb(198,114,174); }
div.DivClassName
{
background-color: #C672AE;
}
.BgClassName
{
background-color: #C672AE;
}
</style>
border-color css
<style>
span { border-color: #C672AE; }
span { border-color: rgb(198,114,174); }
td.TdClassName
{
border-color: #C672AE;
}
.TagClassName
{
border-color: #C672AE;
}
</style>