Shades of Hopbush #C8648A
Tints of Hopbush #C8648A
RGB
CMYK
RGB Variations
Color information
#C8648A (or 0xC8648A) is known color: Hopbush. HEX triplet: C8, 64 and 8A. RGB value is (200,100,138). Sum of RGB (Red+Green+Blue) = 200+100+138=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8648A is #379B75. Grayscale: #868686. Windows color (decimal): -3644278 or 9069768. OLE color: 9069768.
HSL color Cylindrical-coordinate representation of color #C8648A: hue angle of 337.2º 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 #C8648A is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 138 | - |
| CMYK | 0 | 0.5 | 0.31 | 0.22 |
| HSL | 337.2º | 0.48% | 0.59% | - |
| HSV(B) | 337.2º | 0.5% | 0.78% | - |
| XYZ | 32.96 | 23.23 | 26.79 | - |
| YUV | 134.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 138 | 0 | 0.5 | 0.31 | 0.22 | 337.2 | 0.48 | 0.59 |
| Hex | C8 | 64 | 8A | 0 | 32 | 1F | 16 | 151 | 30 | 3B |
| Octal | 310 | 144 | 212 | 0 | 62 | 37 | 26 | 521 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10001010 | 0 | 110010 | 11111 | 10110 | 101010001 | 110000 | 111011 |
Color Harmonies of #C8648A
Complementary color
Monochromatic Colors of #C8648A
Black with #C8648A
Text Example
Text Example
White with #C8648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8648A; }
p { color: rgb(200,100,138); }
H1.HeaderClassName
{
color: #C8648A;
}
.AnyTagClassName
{
color: #C8648A;
}
</style>
background-color css
<style>
a { background-color: #C8648A; }
a { background-color: rgb(200,100,138); }
div.DivClassName
{
background-color: #C8648A;
}
.BgClassName
{
background-color: #C8648A;
}
</style>
border-color css
<style>
span { border-color: #C8648A; }
span { border-color: rgb(200,100,138); }
td.TdClassName
{
border-color: #C8648A;
}
.TagClassName
{
border-color: #C8648A;
}
</style>