Shades of Hopbush #C868A6
Tints of Hopbush #C868A6
RGB
CMYK
RGB Variations
Color information
#C868A6 (or 0xC868A6) is known color: Hopbush. HEX triplet: C8, 68 and A6. RGB value is (200,104,166). Sum of RGB (Red+Green+Blue) = 200+104+166=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C868A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C868A6 is #379759. Grayscale: #8B8B8B. Windows color (decimal): -3643226 or 10905800. OLE color: 10905800.
HSL color Cylindrical-coordinate representation of color #C868A6: hue angle of 321.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C868A6 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 166 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.22 |
| HSL | 321.25º | 0.47% | 0.6% | - |
| HSV(B) | 321.25º | 0.48% | 0.78% | - |
| XYZ | 35.65 | 24.93 | 39.01 | - |
| YUV | 139.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 166 | 0 | 0.48 | 0.17 | 0.22 | 321.25 | 0.47 | 0.6 |
| Hex | C8 | 68 | A6 | 0 | 30 | 11 | 16 | 141 | 2F | 3C |
| Octal | 310 | 150 | 246 | 0 | 60 | 21 | 26 | 501 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10100110 | 0 | 110000 | 10001 | 10110 | 101000001 | 101111 | 111100 |
Color Harmonies of #C868A6
Complementary color
Monochromatic Colors of #C868A6
Black with #C868A6
Text Example
Text Example
White with #C868A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868A6; }
p { color: rgb(200,104,166); }
H1.HeaderClassName
{
color: #C868A6;
}
.AnyTagClassName
{
color: #C868A6;
}
</style>
background-color css
<style>
a { background-color: #C868A6; }
a { background-color: rgb(200,104,166); }
div.DivClassName
{
background-color: #C868A6;
}
.BgClassName
{
background-color: #C868A6;
}
</style>
border-color css
<style>
span { border-color: #C868A6; }
span { border-color: rgb(200,104,166); }
td.TdClassName
{
border-color: #C868A6;
}
.TagClassName
{
border-color: #C868A6;
}
</style>