Shades of Hopbush #C3668C
Tints of Hopbush #C3668C
RGB
CMYK
RGB Variations
Color information
#C3668C (or 0xC3668C) is known color: Hopbush. HEX triplet: C3, 66 and 8C. RGB value is (195,102,140). Sum of RGB (Red+Green+Blue) = 195+102+140=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3668C is #3C9973. Grayscale: #868686. Windows color (decimal): -3971444 or 9201347. OLE color: 9201347.
HSL color Cylindrical-coordinate representation of color #C3668C: hue angle of 335.48º 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 #C3668C is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 140 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.24 |
| HSL | 335.48º | 0.44% | 0.58% | - |
| HSV(B) | 335.48º | 0.48% | 0.76% | - |
| XYZ | 31.99 | 23 | 27.56 | - |
| YUV | 134.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 140 | 0 | 0.48 | 0.28 | 0.24 | 335.48 | 0.44 | 0.58 |
| Hex | C3 | 66 | 8C | 0 | 30 | 1C | 18 | 14F | 2C | 3A |
| Octal | 303 | 146 | 214 | 0 | 60 | 34 | 30 | 517 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10001100 | 0 | 110000 | 11100 | 11000 | 101001111 | 101100 | 111010 |
Color Harmonies of #C3668C
Complementary color
Monochromatic Colors of #C3668C
Black with #C3668C
Text Example
Text Example
White with #C3668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3668C; }
p { color: rgb(195,102,140); }
H1.HeaderClassName
{
color: #C3668C;
}
.AnyTagClassName
{
color: #C3668C;
}
</style>
background-color css
<style>
a { background-color: #C3668C; }
a { background-color: rgb(195,102,140); }
div.DivClassName
{
background-color: #C3668C;
}
.BgClassName
{
background-color: #C3668C;
}
</style>
border-color css
<style>
span { border-color: #C3668C; }
span { border-color: rgb(195,102,140); }
td.TdClassName
{
border-color: #C3668C;
}
.TagClassName
{
border-color: #C3668C;
}
</style>