Shades of Hopbush #C3669D
Tints of Hopbush #C3669D
RGB
CMYK
RGB Variations
Color information
#C3669D (or 0xC3669D) is known color: Hopbush. HEX triplet: C3, 66 and 9D. RGB value is (195,102,157). Sum of RGB (Red+Green+Blue) = 195+102+157=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3669D is #3C9962. Grayscale: #878787. Windows color (decimal): -3971427 or 10315459. OLE color: 10315459.
HSL color Cylindrical-coordinate representation of color #C3669D: hue angle of 324.52º 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 #C3669D is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 157 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.24 |
| HSL | 324.52º | 0.44% | 0.58% | - |
| HSV(B) | 324.52º | 0.48% | 0.76% | - |
| XYZ | 33.34 | 23.54 | 34.68 | - |
| YUV | 136.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 157 | 0 | 0.48 | 0.19 | 0.24 | 324.52 | 0.44 | 0.58 |
| Hex | C3 | 66 | 9D | 0 | 30 | 13 | 18 | 145 | 2C | 3A |
| Octal | 303 | 146 | 235 | 0 | 60 | 23 | 30 | 505 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10011101 | 0 | 110000 | 10011 | 11000 | 101000101 | 101100 | 111010 |
Color Harmonies of #C3669D
Complementary color
Monochromatic Colors of #C3669D
Black with #C3669D
Text Example
Text Example
White with #C3669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3669D; }
p { color: rgb(195,102,157); }
H1.HeaderClassName
{
color: #C3669D;
}
.AnyTagClassName
{
color: #C3669D;
}
</style>
background-color css
<style>
a { background-color: #C3669D; }
a { background-color: rgb(195,102,157); }
div.DivClassName
{
background-color: #C3669D;
}
.BgClassName
{
background-color: #C3669D;
}
</style>
border-color css
<style>
span { border-color: #C3669D; }
span { border-color: rgb(195,102,157); }
td.TdClassName
{
border-color: #C3669D;
}
.TagClassName
{
border-color: #C3669D;
}
</style>