Shades of Hopbush #C368A6
Tints of Hopbush #C368A6
RGB
CMYK
RGB Variations
Color information
#C368A6 (or 0xC368A6) is known color: Hopbush. HEX triplet: C3, 68 and A6. RGB value is (195,104,166). Sum of RGB (Red+Green+Blue) = 195+104+166=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C368A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368A6 is #3C9759. Grayscale: #8A8A8A. Windows color (decimal): -3970906 or 10905795. OLE color: 10905795.
HSL color Cylindrical-coordinate representation of color #C368A6: hue angle of 319.12º 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 #C368A6 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 166 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.24 |
| HSL | 319.12º | 0.43% | 0.59% | - |
| HSV(B) | 319.12º | 0.47% | 0.76% | - |
| XYZ | 34.34 | 24.26 | 38.95 | - |
| YUV | 138.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 166 | 0 | 0.47 | 0.15 | 0.24 | 319.12 | 0.43 | 0.59 |
| Hex | C3 | 68 | A6 | 0 | 2F | F | 18 | 13F | 2B | 3B |
| Octal | 303 | 150 | 246 | 0 | 57 | 17 | 30 | 477 | 53 | 73 |
| Binary | 11000011 | 1101000 | 10100110 | 0 | 101111 | 1111 | 11000 | 100111111 | 101011 | 111011 |
Color Harmonies of #C368A6
Complementary color
Monochromatic Colors of #C368A6
Black with #C368A6
Text Example
Text Example
White with #C368A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368A6; }
p { color: rgb(195,104,166); }
H1.HeaderClassName
{
color: #C368A6;
}
.AnyTagClassName
{
color: #C368A6;
}
</style>
background-color css
<style>
a { background-color: #C368A6; }
a { background-color: rgb(195,104,166); }
div.DivClassName
{
background-color: #C368A6;
}
.BgClassName
{
background-color: #C368A6;
}
</style>
border-color css
<style>
span { border-color: #C368A6; }
span { border-color: rgb(195,104,166); }
td.TdClassName
{
border-color: #C368A6;
}
.TagClassName
{
border-color: #C368A6;
}
</style>