Shades of Hopbush #C672A1
Tints of Hopbush #C672A1
RGB
CMYK
RGB Variations
Color information
#C672A1 (or 0xC672A1) is known color: Hopbush. HEX triplet: C6, 72 and A1. RGB value is (198,114,161). Sum of RGB (Red+Green+Blue) = 198+114+161=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C672A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C672A1 is #398D5E. Grayscale: #909090. Windows color (decimal): -3771743 or 10580678. OLE color: 10580678.
HSL color Cylindrical-coordinate representation of color #C672A1: hue angle of 326.43º 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 #C672A1 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 161 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.22 |
| HSL | 326.43º | 0.42% | 0.61% | - |
| HSV(B) | 326.43º | 0.42% | 0.78% | - |
| XYZ | 35.74 | 26.61 | 36.97 | - |
| YUV | 144.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 161 | 0 | 0.42 | 0.19 | 0.22 | 326.43 | 0.42 | 0.61 |
| Hex | C6 | 72 | A1 | 0 | 2A | 13 | 16 | 146 | 2A | 3D |
| Octal | 306 | 162 | 241 | 0 | 52 | 23 | 26 | 506 | 52 | 75 |
| Binary | 11000110 | 1110010 | 10100001 | 0 | 101010 | 10011 | 10110 | 101000110 | 101010 | 111101 |
Color Harmonies of #C672A1
Complementary color
Monochromatic Colors of #C672A1
Black with #C672A1
Text Example
Text Example
White with #C672A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672A1; }
p { color: rgb(198,114,161); }
H1.HeaderClassName
{
color: #C672A1;
}
.AnyTagClassName
{
color: #C672A1;
}
</style>
background-color css
<style>
a { background-color: #C672A1; }
a { background-color: rgb(198,114,161); }
div.DivClassName
{
background-color: #C672A1;
}
.BgClassName
{
background-color: #C672A1;
}
</style>
border-color css
<style>
span { border-color: #C672A1; }
span { border-color: rgb(198,114,161); }
td.TdClassName
{
border-color: #C672A1;
}
.TagClassName
{
border-color: #C672A1;
}
</style>