Shades of Hopbush #C867A3
Tints of Hopbush #C867A3
RGB
CMYK
RGB Variations
Color information
#C867A3 (or 0xC867A3) is known color: Hopbush. HEX triplet: C8, 67 and A3. RGB value is (200,103,163). Sum of RGB (Red+Green+Blue) = 200+103+163=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C867A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C867A3 is #37985C. Grayscale: #8A8A8A. Windows color (decimal): -3643485 or 10708936. OLE color: 10708936.
HSL color Cylindrical-coordinate representation of color #C867A3: hue angle of 322.89º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C867A3 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 163 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.22 |
| HSL | 322.89º | 0.47% | 0.59% | - |
| HSV(B) | 322.89º | 0.49% | 0.78% | - |
| XYZ | 35.28 | 24.62 | 37.54 | - |
| YUV | 138.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 163 | 0 | 0.48 | 0.18 | 0.22 | 322.89 | 0.47 | 0.59 |
| Hex | C8 | 67 | A3 | 0 | 30 | 12 | 16 | 143 | 2F | 3B |
| Octal | 310 | 147 | 243 | 0 | 60 | 22 | 26 | 503 | 57 | 73 |
| Binary | 11001000 | 1100111 | 10100011 | 0 | 110000 | 10010 | 10110 | 101000011 | 101111 | 111011 |
Color Harmonies of #C867A3
Complementary color
Monochromatic Colors of #C867A3
Black with #C867A3
Text Example
Text Example
White with #C867A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867A3; }
p { color: rgb(200,103,163); }
H1.HeaderClassName
{
color: #C867A3;
}
.AnyTagClassName
{
color: #C867A3;
}
</style>
background-color css
<style>
a { background-color: #C867A3; }
a { background-color: rgb(200,103,163); }
div.DivClassName
{
background-color: #C867A3;
}
.BgClassName
{
background-color: #C867A3;
}
</style>
border-color css
<style>
span { border-color: #C867A3; }
span { border-color: rgb(200,103,163); }
td.TdClassName
{
border-color: #C867A3;
}
.TagClassName
{
border-color: #C867A3;
}
</style>