Shades of Hopbush #C368AA
Tints of Hopbush #C368AA
RGB
CMYK
RGB Variations
Color information
#C368AA (or 0xC368AA) is known color: Hopbush. HEX triplet: C3, 68 and AA. RGB value is (195,104,170). Sum of RGB (Red+Green+Blue) = 195+104+170=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C368AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368AA is #3C9755. Grayscale: #8A8A8A. Windows color (decimal): -3970902 or 11167939. OLE color: 11167939.
HSL color Cylindrical-coordinate representation of color #C368AA: hue angle of 316.48º 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 #C368AA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 170 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.24 |
| HSL | 316.48º | 0.43% | 0.59% | - |
| HSV(B) | 316.48º | 0.47% | 0.76% | - |
| XYZ | 34.71 | 24.41 | 40.91 | - |
| YUV | 138.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 170 | 0 | 0.47 | 0.13 | 0.24 | 316.48 | 0.43 | 0.59 |
| Hex | C3 | 68 | AA | 0 | 2F | D | 18 | 13C | 2B | 3B |
| Octal | 303 | 150 | 252 | 0 | 57 | 15 | 30 | 474 | 53 | 73 |
| Binary | 11000011 | 1101000 | 10101010 | 0 | 101111 | 1101 | 11000 | 100111100 | 101011 | 111011 |
Color Harmonies of #C368AA
Complementary color
Monochromatic Colors of #C368AA
Black with #C368AA
Text Example
Text Example
White with #C368AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368AA; }
p { color: rgb(195,104,170); }
H1.HeaderClassName
{
color: #C368AA;
}
.AnyTagClassName
{
color: #C368AA;
}
</style>
background-color css
<style>
a { background-color: #C368AA; }
a { background-color: rgb(195,104,170); }
div.DivClassName
{
background-color: #C368AA;
}
.BgClassName
{
background-color: #C368AA;
}
</style>
border-color css
<style>
span { border-color: #C368AA; }
span { border-color: rgb(195,104,170); }
td.TdClassName
{
border-color: #C368AA;
}
.TagClassName
{
border-color: #C368AA;
}
</style>