Shades of Hopbush #C8668C
Tints of Hopbush #C8668C
RGB
CMYK
RGB Variations
Color information
#C8668C (or 0xC8668C) is known color: Hopbush. HEX triplet: C8, 66 and 8C. RGB value is (200,102,140). Sum of RGB (Red+Green+Blue) = 200+102+140=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8668C is #379973. Grayscale: #878787. Windows color (decimal): -3643764 or 9201352. OLE color: 9201352.
HSL color Cylindrical-coordinate representation of color #C8668C: hue angle of 336.73º 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 #C8668C is Cyan = 0, Magento = 0.49, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 140 | - |
| CMYK | 0 | 0.49 | 0.3 | 0.22 |
| HSL | 336.73º | 0.47% | 0.59% | - |
| HSV(B) | 336.73º | 0.49% | 0.78% | - |
| XYZ | 33.3 | 23.68 | 27.63 | - |
| YUV | 135.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 140 | 0 | 0.49 | 0.3 | 0.22 | 336.73 | 0.47 | 0.59 |
| Hex | C8 | 66 | 8C | 0 | 31 | 1E | 16 | 151 | 2F | 3B |
| Octal | 310 | 146 | 214 | 0 | 61 | 36 | 26 | 521 | 57 | 73 |
| Binary | 11001000 | 1100110 | 10001100 | 0 | 110001 | 11110 | 10110 | 101010001 | 101111 | 111011 |
Color Harmonies of #C8668C
Complementary color
Monochromatic Colors of #C8668C
Black with #C8668C
Text Example
Text Example
White with #C8668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8668C; }
p { color: rgb(200,102,140); }
H1.HeaderClassName
{
color: #C8668C;
}
.AnyTagClassName
{
color: #C8668C;
}
</style>
background-color css
<style>
a { background-color: #C8668C; }
a { background-color: rgb(200,102,140); }
div.DivClassName
{
background-color: #C8668C;
}
.BgClassName
{
background-color: #C8668C;
}
</style>
border-color css
<style>
span { border-color: #C8668C; }
span { border-color: rgb(200,102,140); }
td.TdClassName
{
border-color: #C8668C;
}
.TagClassName
{
border-color: #C8668C;
}
</style>