Shades of Hopbush #C95C83
Tints of Hopbush #C95C83
RGB
CMYK
RGB Variations
Color information
#C95C83 (or 0xC95C83) is known color: Hopbush. HEX triplet: C9, 5C and 83. RGB value is (201,92,131). Sum of RGB (Red+Green+Blue) = 201+92+131=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C83 is #36A37C. Grayscale: #808080. Windows color (decimal): -3580797 or 8608969. OLE color: 8608969.
HSL color Cylindrical-coordinate representation of color #C95C83: hue angle of 338.53º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C83 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 131 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.21 |
| HSL | 338.53º | 0.5% | 0.57% | - |
| HSV(B) | 338.53º | 0.54% | 0.79% | - |
| XYZ | 32.01 | 21.71 | 23.98 | - |
| YUV | 129.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 131 | 0 | 0.54 | 0.35 | 0.21 | 338.53 | 0.5 | 0.57 |
| Hex | C9 | 5C | 83 | 0 | 36 | 23 | 15 | 153 | 32 | 39 |
| Octal | 311 | 134 | 203 | 0 | 66 | 43 | 25 | 523 | 62 | 71 |
| Binary | 11001001 | 1011100 | 10000011 | 0 | 110110 | 100011 | 10101 | 101010011 | 110010 | 111001 |
Color Harmonies of #C95C83
Complementary color
Monochromatic Colors of #C95C83
Black with #C95C83
Text Example
Text Example
White with #C95C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C83; }
p { color: rgb(201,92,131); }
H1.HeaderClassName
{
color: #C95C83;
}
.AnyTagClassName
{
color: #C95C83;
}
</style>
background-color css
<style>
a { background-color: #C95C83; }
a { background-color: rgb(201,92,131); }
div.DivClassName
{
background-color: #C95C83;
}
.BgClassName
{
background-color: #C95C83;
}
</style>
border-color css
<style>
span { border-color: #C95C83; }
span { border-color: rgb(201,92,131); }
td.TdClassName
{
border-color: #C95C83;
}
.TagClassName
{
border-color: #C95C83;
}
</style>