Shades of Hopbush #C368A9
Tints of Hopbush #C368A9
RGB
CMYK
RGB Variations
Color information
#C368A9 (or 0xC368A9) is known color: Hopbush. HEX triplet: C3, 68 and A9. RGB value is (195,104,169). Sum of RGB (Red+Green+Blue) = 195+104+169=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C368A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368A9 is #3C9756. Grayscale: #8A8A8A. Windows color (decimal): -3970903 or 11102403. OLE color: 11102403.
HSL color Cylindrical-coordinate representation of color #C368A9: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368A9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 169 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.24 |
| HSL | 317.14º | 0.43% | 0.59% | - |
| HSV(B) | 317.14º | 0.47% | 0.76% | - |
| XYZ | 34.62 | 24.37 | 40.41 | - |
| YUV | 138.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 169 | 0 | 0.47 | 0.13 | 0.24 | 317.14 | 0.43 | 0.59 |
| Hex | C3 | 68 | A9 | 0 | 2F | D | 18 | 13D | 2B | 3B |
| Octal | 303 | 150 | 251 | 0 | 57 | 15 | 30 | 475 | 53 | 73 |
| Binary | 11000011 | 1101000 | 10101001 | 0 | 101111 | 1101 | 11000 | 100111101 | 101011 | 111011 |
Color Harmonies of #C368A9
Complementary color
Monochromatic Colors of #C368A9
Black with #C368A9
Text Example
Text Example
White with #C368A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368A9; }
p { color: rgb(195,104,169); }
H1.HeaderClassName
{
color: #C368A9;
}
.AnyTagClassName
{
color: #C368A9;
}
</style>
background-color css
<style>
a { background-color: #C368A9; }
a { background-color: rgb(195,104,169); }
div.DivClassName
{
background-color: #C368A9;
}
.BgClassName
{
background-color: #C368A9;
}
</style>
border-color css
<style>
span { border-color: #C368A9; }
span { border-color: rgb(195,104,169); }
td.TdClassName
{
border-color: #C368A9;
}
.TagClassName
{
border-color: #C368A9;
}
</style>