Shades of Hopbush #C8669A
Tints of Hopbush #C8669A
RGB
CMYK
RGB Variations
Color information
#C8669A (or 0xC8669A) is known color: Hopbush. HEX triplet: C8, 66 and 9A. RGB value is (200,102,154). Sum of RGB (Red+Green+Blue) = 200+102+154=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8669A is #379965. Grayscale: #898989. Windows color (decimal): -3643750 or 10118856. OLE color: 10118856.
HSL color Cylindrical-coordinate representation of color #C8669A: hue angle of 328.16º 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 #C8669A is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 154 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.22 |
| HSL | 328.16º | 0.47% | 0.59% | - |
| HSV(B) | 328.16º | 0.49% | 0.78% | - |
| XYZ | 34.4 | 24.12 | 33.41 | - |
| YUV | 137.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 154 | 0 | 0.49 | 0.23 | 0.22 | 328.16 | 0.47 | 0.59 |
| Hex | C8 | 66 | 9A | 0 | 31 | 17 | 16 | 148 | 2F | 3B |
| Octal | 310 | 146 | 232 | 0 | 61 | 27 | 26 | 510 | 57 | 73 |
| Binary | 11001000 | 1100110 | 10011010 | 0 | 110001 | 10111 | 10110 | 101001000 | 101111 | 111011 |
Color Harmonies of #C8669A
Complementary color
Monochromatic Colors of #C8669A
Black with #C8669A
Text Example
Text Example
White with #C8669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8669A; }
p { color: rgb(200,102,154); }
H1.HeaderClassName
{
color: #C8669A;
}
.AnyTagClassName
{
color: #C8669A;
}
</style>
background-color css
<style>
a { background-color: #C8669A; }
a { background-color: rgb(200,102,154); }
div.DivClassName
{
background-color: #C8669A;
}
.BgClassName
{
background-color: #C8669A;
}
</style>
border-color css
<style>
span { border-color: #C8669A; }
span { border-color: rgb(200,102,154); }
td.TdClassName
{
border-color: #C8669A;
}
.TagClassName
{
border-color: #C8669A;
}
</style>