Shades of Hopbush #C667A8
Tints of Hopbush #C667A8
RGB
CMYK
RGB Variations
Color information
#C667A8 (or 0xC667A8) is known color: Hopbush. HEX triplet: C6, 67 and A8. RGB value is (198,103,168). Sum of RGB (Red+Green+Blue) = 198+103+168=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C667A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C667A8 is #399857. Grayscale: #8A8A8A. Windows color (decimal): -3774552 or 11036614. OLE color: 11036614.
HSL color Cylindrical-coordinate representation of color #C667A8: hue angle of 318.95º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C667A8 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 168 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.22 |
| HSL | 318.95º | 0.45% | 0.59% | - |
| HSV(B) | 318.95º | 0.48% | 0.78% | - |
| XYZ | 35.21 | 24.53 | 39.93 | - |
| YUV | 138.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 168 | 0 | 0.48 | 0.15 | 0.22 | 318.95 | 0.45 | 0.59 |
| Hex | C6 | 67 | A8 | 0 | 30 | F | 16 | 13F | 2D | 3B |
| Octal | 306 | 147 | 250 | 0 | 60 | 17 | 26 | 477 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10101000 | 0 | 110000 | 1111 | 10110 | 100111111 | 101101 | 111011 |
Color Harmonies of #C667A8
Complementary color
Monochromatic Colors of #C667A8
Black with #C667A8
Text Example
Text Example
White with #C667A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667A8; }
p { color: rgb(198,103,168); }
H1.HeaderClassName
{
color: #C667A8;
}
.AnyTagClassName
{
color: #C667A8;
}
</style>
background-color css
<style>
a { background-color: #C667A8; }
a { background-color: rgb(198,103,168); }
div.DivClassName
{
background-color: #C667A8;
}
.BgClassName
{
background-color: #C667A8;
}
</style>
border-color css
<style>
span { border-color: #C667A8; }
span { border-color: rgb(198,103,168); }
td.TdClassName
{
border-color: #C667A8;
}
.TagClassName
{
border-color: #C667A8;
}
</style>