Shades of Hopbush #C467A6
Tints of Hopbush #C467A6
RGB
CMYK
RGB Variations
Color information
#C467A6 (or 0xC467A6) is known color: Hopbush. HEX triplet: C4, 67 and A6. RGB value is (196,103,166). Sum of RGB (Red+Green+Blue) = 196+103+166=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C467A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467A6 is #3B9859. Grayscale: #898989. Windows color (decimal): -3905626 or 10905540. OLE color: 10905540.
HSL color Cylindrical-coordinate representation of color #C467A6: hue angle of 319.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C467A6 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 166 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.23 |
| HSL | 319.35º | 0.44% | 0.59% | - |
| HSV(B) | 319.35º | 0.47% | 0.77% | - |
| XYZ | 34.5 | 24.19 | 38.93 | - |
| YUV | 137.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 166 | 0 | 0.47 | 0.15 | 0.23 | 319.35 | 0.44 | 0.59 |
| Hex | C4 | 67 | A6 | 0 | 2F | F | 17 | 13F | 2C | 3B |
| Octal | 304 | 147 | 246 | 0 | 57 | 17 | 27 | 477 | 54 | 73 |
| Binary | 11000100 | 1100111 | 10100110 | 0 | 101111 | 1111 | 10111 | 100111111 | 101100 | 111011 |
Color Harmonies of #C467A6
Complementary color
Monochromatic Colors of #C467A6
Black with #C467A6
Text Example
Text Example
White with #C467A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467A6; }
p { color: rgb(196,103,166); }
H1.HeaderClassName
{
color: #C467A6;
}
.AnyTagClassName
{
color: #C467A6;
}
</style>
background-color css
<style>
a { background-color: #C467A6; }
a { background-color: rgb(196,103,166); }
div.DivClassName
{
background-color: #C467A6;
}
.BgClassName
{
background-color: #C467A6;
}
</style>
border-color css
<style>
span { border-color: #C467A6; }
span { border-color: rgb(196,103,166); }
td.TdClassName
{
border-color: #C467A6;
}
.TagClassName
{
border-color: #C467A6;
}
</style>