Shades of Hopbush #C8658A
Tints of Hopbush #C8658A
RGB
CMYK
RGB Variations
Color information
#C8658A (or 0xC8658A) is known color: Hopbush. HEX triplet: C8, 65 and 8A. RGB value is (200,101,138). Sum of RGB (Red+Green+Blue) = 200+101+138=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8658A is #379A75. Grayscale: #868686. Windows color (decimal): -3644022 or 9070024. OLE color: 9070024.
HSL color Cylindrical-coordinate representation of color #C8658A: hue angle of 337.58º degrees, saturation: 0.47, 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 #C8658A is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 138 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.22 |
| HSL | 337.58º | 0.47% | 0.59% | - |
| HSV(B) | 337.58º | 0.5% | 0.78% | - |
| XYZ | 33.06 | 23.42 | 26.82 | - |
| YUV | 134.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 138 | 0 | 0.49 | 0.31 | 0.22 | 337.58 | 0.47 | 0.59 |
| Hex | C8 | 65 | 8A | 0 | 31 | 1F | 16 | 152 | 2F | 3B |
| Octal | 310 | 145 | 212 | 0 | 61 | 37 | 26 | 522 | 57 | 73 |
| Binary | 11001000 | 1100101 | 10001010 | 0 | 110001 | 11111 | 10110 | 101010010 | 101111 | 111011 |
Color Harmonies of #C8658A
Complementary color
Monochromatic Colors of #C8658A
Black with #C8658A
Text Example
Text Example
White with #C8658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8658A; }
p { color: rgb(200,101,138); }
H1.HeaderClassName
{
color: #C8658A;
}
.AnyTagClassName
{
color: #C8658A;
}
</style>
background-color css
<style>
a { background-color: #C8658A; }
a { background-color: rgb(200,101,138); }
div.DivClassName
{
background-color: #C8658A;
}
.BgClassName
{
background-color: #C8658A;
}
</style>
border-color css
<style>
span { border-color: #C8658A; }
span { border-color: rgb(200,101,138); }
td.TdClassName
{
border-color: #C8658A;
}
.TagClassName
{
border-color: #C8658A;
}
</style>