Shades of Hopbush #C675AC
Tints of Hopbush #C675AC
RGB
CMYK
RGB Variations
Color information
#C675AC (or 0xC675AC) is known color: Hopbush. HEX triplet: C6, 75 and AC. RGB value is (198,117,172). Sum of RGB (Red+Green+Blue) = 198+117+172=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C675AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C675AC is #398A53. Grayscale: #939393. Windows color (decimal): -3770964 or 11302342. OLE color: 11302342.
HSL color Cylindrical-coordinate representation of color #C675AC: hue angle of 319.26º 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 #C675AC is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 172 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.22 |
| HSL | 319.26º | 0.42% | 0.62% | - |
| HSV(B) | 319.26º | 0.41% | 0.78% | - |
| XYZ | 37.1 | 27.71 | 42.42 | - |
| YUV | 147.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 172 | 0 | 0.41 | 0.13 | 0.22 | 319.26 | 0.42 | 0.62 |
| Hex | C6 | 75 | AC | 0 | 29 | D | 16 | 13F | 2A | 3E |
| Octal | 306 | 165 | 254 | 0 | 51 | 15 | 26 | 477 | 52 | 76 |
| Binary | 11000110 | 1110101 | 10101100 | 0 | 101001 | 1101 | 10110 | 100111111 | 101010 | 111110 |
Color Harmonies of #C675AC
Complementary color
Monochromatic Colors of #C675AC
Black with #C675AC
Text Example
Text Example
White with #C675AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675AC; }
p { color: rgb(198,117,172); }
H1.HeaderClassName
{
color: #C675AC;
}
.AnyTagClassName
{
color: #C675AC;
}
</style>
background-color css
<style>
a { background-color: #C675AC; }
a { background-color: rgb(198,117,172); }
div.DivClassName
{
background-color: #C675AC;
}
.BgClassName
{
background-color: #C675AC;
}
</style>
border-color css
<style>
span { border-color: #C675AC; }
span { border-color: rgb(198,117,172); }
td.TdClassName
{
border-color: #C675AC;
}
.TagClassName
{
border-color: #C675AC;
}
</style>