Shades of Hopbush #C866A5
Tints of Hopbush #C866A5
RGB
CMYK
RGB Variations
Color information
#C866A5 (or 0xC866A5) is known color: Hopbush. HEX triplet: C8, 66 and A5. RGB value is (200,102,165). Sum of RGB (Red+Green+Blue) = 200+102+165=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C866A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C866A5 is #37995A. Grayscale: #8A8A8A. Windows color (decimal): -3643739 or 10839752. OLE color: 10839752.
HSL color Cylindrical-coordinate representation of color #C866A5: hue angle of 321.43º 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 #C866A5 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 165 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.22 |
| HSL | 321.43º | 0.47% | 0.59% | - |
| HSV(B) | 321.43º | 0.49% | 0.78% | - |
| XYZ | 35.36 | 24.5 | 38.46 | - |
| YUV | 138.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 165 | 0 | 0.49 | 0.18 | 0.22 | 321.43 | 0.47 | 0.59 |
| Hex | C8 | 66 | A5 | 0 | 31 | 12 | 16 | 141 | 2F | 3B |
| Octal | 310 | 146 | 245 | 0 | 61 | 22 | 26 | 501 | 57 | 73 |
| Binary | 11001000 | 1100110 | 10100101 | 0 | 110001 | 10010 | 10110 | 101000001 | 101111 | 111011 |
Color Harmonies of #C866A5
Complementary color
Monochromatic Colors of #C866A5
Black with #C866A5
Text Example
Text Example
White with #C866A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866A5; }
p { color: rgb(200,102,165); }
H1.HeaderClassName
{
color: #C866A5;
}
.AnyTagClassName
{
color: #C866A5;
}
</style>
background-color css
<style>
a { background-color: #C866A5; }
a { background-color: rgb(200,102,165); }
div.DivClassName
{
background-color: #C866A5;
}
.BgClassName
{
background-color: #C866A5;
}
</style>
border-color css
<style>
span { border-color: #C866A5; }
span { border-color: rgb(200,102,165); }
td.TdClassName
{
border-color: #C866A5;
}
.TagClassName
{
border-color: #C866A5;
}
</style>