Shades of Hopbush #C369A6
Tints of Hopbush #C369A6
RGB
CMYK
RGB Variations
Color information
#C369A6 (or 0xC369A6) is known color: Hopbush. HEX triplet: C3, 69 and A6. RGB value is (195,105,166). Sum of RGB (Red+Green+Blue) = 195+105+166=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C369A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C369A6 is #3C9659. Grayscale: #8A8A8A. Windows color (decimal): -3970650 or 10906051. OLE color: 10906051.
HSL color Cylindrical-coordinate representation of color #C369A6: hue angle of 319.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C369A6 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 166 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.24 |
| HSL | 319.33º | 0.43% | 0.59% | - |
| HSV(B) | 319.33º | 0.46% | 0.76% | - |
| XYZ | 34.44 | 24.46 | 38.98 | - |
| YUV | 138.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 166 | 0 | 0.46 | 0.15 | 0.24 | 319.33 | 0.43 | 0.59 |
| Hex | C3 | 69 | A6 | 0 | 2E | F | 18 | 13F | 2B | 3B |
| Octal | 303 | 151 | 246 | 0 | 56 | 17 | 30 | 477 | 53 | 73 |
| Binary | 11000011 | 1101001 | 10100110 | 0 | 101110 | 1111 | 11000 | 100111111 | 101011 | 111011 |
Color Harmonies of #C369A6
Complementary color
Monochromatic Colors of #C369A6
Black with #C369A6
Text Example
Text Example
White with #C369A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369A6; }
p { color: rgb(195,105,166); }
H1.HeaderClassName
{
color: #C369A6;
}
.AnyTagClassName
{
color: #C369A6;
}
</style>
background-color css
<style>
a { background-color: #C369A6; }
a { background-color: rgb(195,105,166); }
div.DivClassName
{
background-color: #C369A6;
}
.BgClassName
{
background-color: #C369A6;
}
</style>
border-color css
<style>
span { border-color: #C369A6; }
span { border-color: rgb(195,105,166); }
td.TdClassName
{
border-color: #C369A6;
}
.TagClassName
{
border-color: #C369A6;
}
</style>