Shades of Hopbush #C667A1
Tints of Hopbush #C667A1
RGB
CMYK
RGB Variations
Color information
#C667A1 (or 0xC667A1) is known color: Hopbush. HEX triplet: C6, 67 and A1. RGB value is (198,103,161). Sum of RGB (Red+Green+Blue) = 198+103+161=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C667A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C667A1 is #39985E. Grayscale: #898989. Windows color (decimal): -3774559 or 10577862. OLE color: 10577862.
HSL color Cylindrical-coordinate representation of color #C667A1: hue angle of 323.37º 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 #C667A1 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 161 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.22 |
| HSL | 323.37º | 0.45% | 0.59% | - |
| HSV(B) | 323.37º | 0.48% | 0.78% | - |
| XYZ | 34.57 | 24.28 | 36.58 | - |
| YUV | 138.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 161 | 0 | 0.48 | 0.19 | 0.22 | 323.37 | 0.45 | 0.59 |
| Hex | C6 | 67 | A1 | 0 | 30 | 13 | 16 | 143 | 2D | 3B |
| Octal | 306 | 147 | 241 | 0 | 60 | 23 | 26 | 503 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10100001 | 0 | 110000 | 10011 | 10110 | 101000011 | 101101 | 111011 |
Color Harmonies of #C667A1
Complementary color
Monochromatic Colors of #C667A1
Black with #C667A1
Text Example
Text Example
White with #C667A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667A1; }
p { color: rgb(198,103,161); }
H1.HeaderClassName
{
color: #C667A1;
}
.AnyTagClassName
{
color: #C667A1;
}
</style>
background-color css
<style>
a { background-color: #C667A1; }
a { background-color: rgb(198,103,161); }
div.DivClassName
{
background-color: #C667A1;
}
.BgClassName
{
background-color: #C667A1;
}
</style>
border-color css
<style>
span { border-color: #C667A1; }
span { border-color: rgb(198,103,161); }
td.TdClassName
{
border-color: #C667A1;
}
.TagClassName
{
border-color: #C667A1;
}
</style>