Shades of Hopbush #C366A3
Tints of Hopbush #C366A3
RGB
CMYK
RGB Variations
Color information
#C366A3 (or 0xC366A3) is known color: Hopbush. HEX triplet: C3, 66 and A3. RGB value is (195,102,163). Sum of RGB (Red+Green+Blue) = 195+102+163=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C366A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C366A3 is #3C995C. Grayscale: #888888. Windows color (decimal): -3971421 or 10708675. OLE color: 10708675.
HSL color Cylindrical-coordinate representation of color #C366A3: hue angle of 320.65º 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 #C366A3 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 163 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.24 |
| HSL | 320.65º | 0.44% | 0.58% | - |
| HSV(B) | 320.65º | 0.48% | 0.76% | - |
| XYZ | 33.87 | 23.75 | 37.45 | - |
| YUV | 136.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 163 | 0 | 0.48 | 0.16 | 0.24 | 320.65 | 0.44 | 0.58 |
| Hex | C3 | 66 | A3 | 0 | 30 | 10 | 18 | 141 | 2C | 3A |
| Octal | 303 | 146 | 243 | 0 | 60 | 20 | 30 | 501 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10100011 | 0 | 110000 | 10000 | 11000 | 101000001 | 101100 | 111010 |
Color Harmonies of #C366A3
Complementary color
Monochromatic Colors of #C366A3
Black with #C366A3
Text Example
Text Example
White with #C366A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366A3; }
p { color: rgb(195,102,163); }
H1.HeaderClassName
{
color: #C366A3;
}
.AnyTagClassName
{
color: #C366A3;
}
</style>
background-color css
<style>
a { background-color: #C366A3; }
a { background-color: rgb(195,102,163); }
div.DivClassName
{
background-color: #C366A3;
}
.BgClassName
{
background-color: #C366A3;
}
</style>
border-color css
<style>
span { border-color: #C366A3; }
span { border-color: rgb(195,102,163); }
td.TdClassName
{
border-color: #C366A3;
}
.TagClassName
{
border-color: #C366A3;
}
</style>