Shades of Hopbush #C36385
Tints of Hopbush #C36385
RGB
CMYK
RGB Variations
Color information
#C36385 (or 0xC36385) is known color: Hopbush. HEX triplet: C3, 63 and 85. RGB value is (195,99,133). Sum of RGB (Red+Green+Blue) = 195+99+133=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36385 is #3C9C7A. Grayscale: #838383. Windows color (decimal): -3972219 or 8741827. OLE color: 8741827.
HSL color Cylindrical-coordinate representation of color #C36385: hue angle of 338.75º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36385 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 133 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.24 |
| HSL | 338.75º | 0.44% | 0.58% | - |
| HSV(B) | 338.75º | 0.49% | 0.76% | - |
| XYZ | 31.2 | 22.22 | 24.83 | - |
| YUV | 131.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 133 | 0 | 0.49 | 0.32 | 0.24 | 338.75 | 0.44 | 0.58 |
| Hex | C3 | 63 | 85 | 0 | 31 | 20 | 18 | 153 | 2C | 3A |
| Octal | 303 | 143 | 205 | 0 | 61 | 40 | 30 | 523 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10000101 | 0 | 110001 | 100000 | 11000 | 101010011 | 101100 | 111010 |
Color Harmonies of #C36385
Complementary color
Monochromatic Colors of #C36385
Black with #C36385
Text Example
Text Example
White with #C36385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36385; }
p { color: rgb(195,99,133); }
H1.HeaderClassName
{
color: #C36385;
}
.AnyTagClassName
{
color: #C36385;
}
</style>
background-color css
<style>
a { background-color: #C36385; }
a { background-color: rgb(195,99,133); }
div.DivClassName
{
background-color: #C36385;
}
.BgClassName
{
background-color: #C36385;
}
</style>
border-color css
<style>
span { border-color: #C36385; }
span { border-color: rgb(195,99,133); }
td.TdClassName
{
border-color: #C36385;
}
.TagClassName
{
border-color: #C36385;
}
</style>