Shades of Hopbush #C0669F
Tints of Hopbush #C0669F
RGB
CMYK
RGB Variations
Color information
#C0669F (or 0xC0669F) is known color: Hopbush. HEX triplet: C0, 66 and 9F. RGB value is (192,102,159). Sum of RGB (Red+Green+Blue) = 192+102+159=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0669F is #3F9960. Grayscale: #878787. Windows color (decimal): -4168033 or 10446528. OLE color: 10446528.
HSL color Cylindrical-coordinate representation of color #C0669F: hue angle of 322º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0669F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 159 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.25 |
| HSL | 322º | 0.42% | 0.58% | - |
| HSV(B) | 322º | 0.47% | 0.75% | - |
| XYZ | 32.75 | 23.21 | 35.56 | - |
| YUV | 135.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 159 | 0 | 0.47 | 0.17 | 0.25 | 322 | 0.42 | 0.58 |
| Hex | C0 | 66 | 9F | 0 | 2F | 11 | 19 | 142 | 2A | 3A |
| Octal | 300 | 146 | 237 | 0 | 57 | 21 | 31 | 502 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10011111 | 0 | 101111 | 10001 | 11001 | 101000010 | 101010 | 111010 |
Color Harmonies of #C0669F
Complementary color
Monochromatic Colors of #C0669F
Black with #C0669F
Text Example
Text Example
White with #C0669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0669F; }
p { color: rgb(192,102,159); }
H1.HeaderClassName
{
color: #C0669F;
}
.AnyTagClassName
{
color: #C0669F;
}
</style>
background-color css
<style>
a { background-color: #C0669F; }
a { background-color: rgb(192,102,159); }
div.DivClassName
{
background-color: #C0669F;
}
.BgClassName
{
background-color: #C0669F;
}
</style>
border-color css
<style>
span { border-color: #C0669F; }
span { border-color: rgb(192,102,159); }
td.TdClassName
{
border-color: #C0669F;
}
.TagClassName
{
border-color: #C0669F;
}
</style>