Shades of Hopbush #C672A2
Tints of Hopbush #C672A2
RGB
CMYK
RGB Variations
Color information
#C672A2 (or 0xC672A2) is known color: Hopbush. HEX triplet: C6, 72 and A2. RGB value is (198,114,162). Sum of RGB (Red+Green+Blue) = 198+114+162=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C672A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C672A2 is #398D5D. Grayscale: #909090. Windows color (decimal): -3771742 or 10646214. OLE color: 10646214.
HSL color Cylindrical-coordinate representation of color #C672A2: hue angle of 325.71º 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 #C672A2 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 114 | 162 | - |
CMYK | 0 | 0.42 | 0.18 | 0.22 |
HSL | 325.71º | 0.42% | 0.61% | - |
HSV(B) | 325.71º | 0.42% | 0.78% | - |
XYZ | 35.83 | 26.65 | 37.44 | - |
YUV | 144.59 | 137.83 | 166.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 114 | 162 | 0 | 0.42 | 0.18 | 0.22 | 325.71 | 0.42 | 0.61 |
Hex | C6 | 72 | A2 | 0 | 2A | 12 | 16 | 146 | 2A | 3D |
Octal | 306 | 162 | 242 | 0 | 52 | 22 | 26 | 506 | 52 | 75 |
Binary | 11000110 | 1110010 | 10100010 | 0 | 101010 | 10010 | 10110 | 101000110 | 101010 | 111101 |
Color Harmonies of #C672A2
Complementary color
Monochromatic Colors of #C672A2
Black with #C672A2
Text Example
Text Example
White with #C672A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672A2; }
p { color: rgb(198,114,162); }
H1.HeaderClassName
{
color: #C672A2;
}
.AnyTagClassName
{
color: #C672A2;
}
</style>
background-color css
<style>
a { background-color: #C672A2; }
a { background-color: rgb(198,114,162); }
div.DivClassName
{
background-color: #C672A2;
}
.BgClassName
{
background-color: #C672A2;
}
</style>
border-color css
<style>
span { border-color: #C672A2; }
span { border-color: rgb(198,114,162); }
td.TdClassName
{
border-color: #C672A2;
}
.TagClassName
{
border-color: #C672A2;
}
</style>