Shades of Hopbush #C866A7
Tints of Hopbush #C866A7
RGB
CMYK
RGB Variations
Color information
#C866A7 (or 0xC866A7) is known color: Hopbush. HEX triplet: C8, 66 and A7. RGB value is (200,102,167). Sum of RGB (Red+Green+Blue) = 200+102+167=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C866A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C866A7 is #379958. Grayscale: #8A8A8A. Windows color (decimal): -3643737 or 10970824. OLE color: 10970824.
HSL color Cylindrical-coordinate representation of color #C866A7: hue angle of 320.2º 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 #C866A7 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 167 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.22 |
| HSL | 320.2º | 0.47% | 0.59% | - |
| HSV(B) | 320.2º | 0.49% | 0.78% | - |
| XYZ | 35.55 | 24.57 | 39.43 | - |
| YUV | 138.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 167 | 0 | 0.49 | 0.16 | 0.22 | 320.2 | 0.47 | 0.59 |
| Hex | C8 | 66 | A7 | 0 | 31 | 10 | 16 | 140 | 2F | 3B |
| Octal | 310 | 146 | 247 | 0 | 61 | 20 | 26 | 500 | 57 | 73 |
| Binary | 11001000 | 1100110 | 10100111 | 0 | 110001 | 10000 | 10110 | 101000000 | 101111 | 111011 |
Color Harmonies of #C866A7
Complementary color
Monochromatic Colors of #C866A7
Black with #C866A7
Text Example
Text Example
White with #C866A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866A7; }
p { color: rgb(200,102,167); }
H1.HeaderClassName
{
color: #C866A7;
}
.AnyTagClassName
{
color: #C866A7;
}
</style>
background-color css
<style>
a { background-color: #C866A7; }
a { background-color: rgb(200,102,167); }
div.DivClassName
{
background-color: #C866A7;
}
.BgClassName
{
background-color: #C866A7;
}
</style>
border-color css
<style>
span { border-color: #C866A7; }
span { border-color: rgb(200,102,167); }
td.TdClassName
{
border-color: #C866A7;
}
.TagClassName
{
border-color: #C866A7;
}
</style>