Shades of Hopbush #C3668F
Tints of Hopbush #C3668F
RGB
CMYK
RGB Variations
Color information
#C3668F (or 0xC3668F) is known color: Hopbush. HEX triplet: C3, 66 and 8F. RGB value is (195,102,143). Sum of RGB (Red+Green+Blue) = 195+102+143=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3668F is #3C9970. Grayscale: #868686. Windows color (decimal): -3971441 or 9397955. OLE color: 9397955.
HSL color Cylindrical-coordinate representation of color #C3668F: hue angle of 333.55º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3668F is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 143 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.24 |
| HSL | 333.55º | 0.44% | 0.58% | - |
| HSV(B) | 333.55º | 0.48% | 0.76% | - |
| XYZ | 32.21 | 23.09 | 28.75 | - |
| YUV | 134.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 143 | 0 | 0.48 | 0.27 | 0.24 | 333.55 | 0.44 | 0.58 |
| Hex | C3 | 66 | 8F | 0 | 30 | 1B | 18 | 14E | 2C | 3A |
| Octal | 303 | 146 | 217 | 0 | 60 | 33 | 30 | 516 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10001111 | 0 | 110000 | 11011 | 11000 | 101001110 | 101100 | 111010 |
Color Harmonies of #C3668F
Complementary color
Monochromatic Colors of #C3668F
Black with #C3668F
Text Example
Text Example
White with #C3668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3668F; }
p { color: rgb(195,102,143); }
H1.HeaderClassName
{
color: #C3668F;
}
.AnyTagClassName
{
color: #C3668F;
}
</style>
background-color css
<style>
a { background-color: #C3668F; }
a { background-color: rgb(195,102,143); }
div.DivClassName
{
background-color: #C3668F;
}
.BgClassName
{
background-color: #C3668F;
}
</style>
border-color css
<style>
span { border-color: #C3668F; }
span { border-color: rgb(195,102,143); }
td.TdClassName
{
border-color: #C3668F;
}
.TagClassName
{
border-color: #C3668F;
}
</style>