Shades of Hopbush #C0668C
Tints of Hopbush #C0668C
RGB
CMYK
RGB Variations
Color information
#C0668C (or 0xC0668C) is known color: Hopbush. HEX triplet: C0, 66 and 8C. RGB value is (192,102,140). Sum of RGB (Red+Green+Blue) = 192+102+140=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0668C is #3F9973. Grayscale: #858585. Windows color (decimal): -4168052 or 9201344. OLE color: 9201344.
HSL color Cylindrical-coordinate representation of color #C0668C: hue angle of 334.67º 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 #C0668C is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 140 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.25 |
| HSL | 334.67º | 0.42% | 0.58% | - |
| HSV(B) | 334.67º | 0.47% | 0.75% | - |
| XYZ | 31.22 | 22.6 | 27.53 | - |
| YUV | 133.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 140 | 0 | 0.47 | 0.27 | 0.25 | 334.67 | 0.42 | 0.58 |
| Hex | C0 | 66 | 8C | 0 | 2F | 1B | 19 | 14F | 2A | 3A |
| Octal | 300 | 146 | 214 | 0 | 57 | 33 | 31 | 517 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10001100 | 0 | 101111 | 11011 | 11001 | 101001111 | 101010 | 111010 |
Color Harmonies of #C0668C
Complementary color
Monochromatic Colors of #C0668C
Black with #C0668C
Text Example
Text Example
White with #C0668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0668C; }
p { color: rgb(192,102,140); }
H1.HeaderClassName
{
color: #C0668C;
}
.AnyTagClassName
{
color: #C0668C;
}
</style>
background-color css
<style>
a { background-color: #C0668C; }
a { background-color: rgb(192,102,140); }
div.DivClassName
{
background-color: #C0668C;
}
.BgClassName
{
background-color: #C0668C;
}
</style>
border-color css
<style>
span { border-color: #C0668C; }
span { border-color: rgb(192,102,140); }
td.TdClassName
{
border-color: #C0668C;
}
.TagClassName
{
border-color: #C0668C;
}
</style>