Shades of Hopbush #C3668E
Tints of Hopbush #C3668E
RGB
CMYK
RGB Variations
Color information
#C3668E (or 0xC3668E) is known color: Hopbush. HEX triplet: C3, 66 and 8E. RGB value is (195,102,142). Sum of RGB (Red+Green+Blue) = 195+102+142=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3668E is #3C9971. Grayscale: #868686. Windows color (decimal): -3971442 or 9332419. OLE color: 9332419.
HSL color Cylindrical-coordinate representation of color #C3668E: hue angle of 334.19º 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 #C3668E is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 142 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.24 |
| HSL | 334.19º | 0.44% | 0.58% | - |
| HSV(B) | 334.19º | 0.48% | 0.76% | - |
| XYZ | 32.14 | 23.06 | 28.35 | - |
| YUV | 134.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 142 | 0 | 0.48 | 0.27 | 0.24 | 334.19 | 0.44 | 0.58 |
| Hex | C3 | 66 | 8E | 0 | 30 | 1B | 18 | 14E | 2C | 3A |
| Octal | 303 | 146 | 216 | 0 | 60 | 33 | 30 | 516 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10001110 | 0 | 110000 | 11011 | 11000 | 101001110 | 101100 | 111010 |
Color Harmonies of #C3668E
Complementary color
Monochromatic Colors of #C3668E
Black with #C3668E
Text Example
Text Example
White with #C3668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3668E; }
p { color: rgb(195,102,142); }
H1.HeaderClassName
{
color: #C3668E;
}
.AnyTagClassName
{
color: #C3668E;
}
</style>
background-color css
<style>
a { background-color: #C3668E; }
a { background-color: rgb(195,102,142); }
div.DivClassName
{
background-color: #C3668E;
}
.BgClassName
{
background-color: #C3668E;
}
</style>
border-color css
<style>
span { border-color: #C3668E; }
span { border-color: rgb(195,102,142); }
td.TdClassName
{
border-color: #C3668E;
}
.TagClassName
{
border-color: #C3668E;
}
</style>