Shades of Hopbush #C8668B
Tints of Hopbush #C8668B
RGB
CMYK
RGB Variations
Color information
#C8668B (or 0xC8668B) is known color: Hopbush. HEX triplet: C8, 66 and 8B. RGB value is (200,102,139). Sum of RGB (Red+Green+Blue) = 200+102+139=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8668B is #379974. Grayscale: #878787. Windows color (decimal): -3643765 or 9135816. OLE color: 9135816.
HSL color Cylindrical-coordinate representation of color #C8668B: hue angle of 337.35º 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 #C8668B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 139 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.22 |
| HSL | 337.35º | 0.47% | 0.59% | - |
| HSV(B) | 337.35º | 0.49% | 0.78% | - |
| XYZ | 33.23 | 23.65 | 27.24 | - |
| YUV | 135.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 139 | 0 | 0.49 | 0.30 | 0.22 | 337.35 | 0.47 | 0.59 |
| Hex | C8 | 66 | 8B | 0 | 31 | 1E | 16 | 151 | 2F | 3B |
| Octal | 310 | 146 | 213 | 0 | 61 | 36 | 26 | 521 | 57 | 73 |
| Binary | 11001000 | 1100110 | 10001011 | 0 | 110001 | 11110 | 10110 | 101010001 | 101111 | 111011 |
Color Harmonies of #C8668B
Complementary color
Monochromatic Colors of #C8668B
Black with #C8668B
Text Example
Text Example
White with #C8668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8668B; }
p { color: rgb(200,102,139); }
H1.HeaderClassName
{
color: #C8668B;
}
.AnyTagClassName
{
color: #C8668B;
}
</style>
background-color css
<style>
a { background-color: #C8668B; }
a { background-color: rgb(200,102,139); }
div.DivClassName
{
background-color: #C8668B;
}
.BgClassName
{
background-color: #C8668B;
}
</style>
border-color css
<style>
span { border-color: #C8668B; }
span { border-color: rgb(200,102,139); }
td.TdClassName
{
border-color: #C8668B;
}
.TagClassName
{
border-color: #C8668B;
}
</style>