Shades of Hopbush #C8648C
Tints of Hopbush #C8648C
RGB
CMYK
RGB Variations
Color information
#C8648C (or 0xC8648C) is known color: Hopbush. HEX triplet: C8, 64 and 8C. RGB value is (200,100,140). Sum of RGB (Red+Green+Blue) = 200+100+140=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8648C is #379B73. Grayscale: #868686. Windows color (decimal): -3644276 or 9200840. OLE color: 9200840.
HSL color Cylindrical-coordinate representation of color #C8648C: hue angle of 336º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8648C is Cyan = 0, Magento = 0.5, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 140 | - |
| CMYK | 0 | 0.5 | 0.3 | 0.22 |
| HSL | 336º | 0.48% | 0.59% | - |
| HSV(B) | 336º | 0.5% | 0.78% | - |
| XYZ | 33.11 | 23.29 | 27.56 | - |
| YUV | 134.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 140 | 0 | 0.5 | 0.3 | 0.22 | 336 | 0.48 | 0.59 |
| Hex | C8 | 64 | 8C | 0 | 32 | 1E | 16 | 150 | 30 | 3B |
| Octal | 310 | 144 | 214 | 0 | 62 | 36 | 26 | 520 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10001100 | 0 | 110010 | 11110 | 10110 | 101010000 | 110000 | 111011 |
Color Harmonies of #C8648C
Complementary color
Monochromatic Colors of #C8648C
Black with #C8648C
Text Example
Text Example
White with #C8648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8648C; }
p { color: rgb(200,100,140); }
H1.HeaderClassName
{
color: #C8648C;
}
.AnyTagClassName
{
color: #C8648C;
}
</style>
background-color css
<style>
a { background-color: #C8648C; }
a { background-color: rgb(200,100,140); }
div.DivClassName
{
background-color: #C8648C;
}
.BgClassName
{
background-color: #C8648C;
}
</style>
border-color css
<style>
span { border-color: #C8648C; }
span { border-color: rgb(200,100,140); }
td.TdClassName
{
border-color: #C8648C;
}
.TagClassName
{
border-color: #C8648C;
}
</style>