Shades of Hopbush #C974B2
Tints of Hopbush #C974B2
RGB
CMYK
RGB Variations
Color information
#C974B2 (or 0xC974B2) is known color: Hopbush. HEX triplet: C9, 74 and B2. RGB value is (201,116,178). Sum of RGB (Red+Green+Blue) = 201+116+178=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C974B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974B2 is #368B4D. Grayscale: #949494. Windows color (decimal): -3574606 or 11695305. OLE color: 11695305.
HSL color Cylindrical-coordinate representation of color #C974B2: hue angle of 316.24º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C974B2 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 178 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.21 |
| HSL | 316.24º | 0.44% | 0.62% | - |
| HSV(B) | 316.24º | 0.42% | 0.79% | - |
| XYZ | 38.37 | 28.12 | 45.53 | - |
| YUV | 148.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 178 | 0 | 0.42 | 0.11 | 0.21 | 316.24 | 0.44 | 0.62 |
| Hex | C9 | 74 | B2 | 0 | 2A | B | 15 | 13C | 2C | 3E |
| Octal | 311 | 164 | 262 | 0 | 52 | 13 | 25 | 474 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10110010 | 0 | 101010 | 1011 | 10101 | 100111100 | 101100 | 111110 |
Color Harmonies of #C974B2
Complementary color
Monochromatic Colors of #C974B2
Black with #C974B2
Text Example
Text Example
White with #C974B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974B2; }
p { color: rgb(201,116,178); }
H1.HeaderClassName
{
color: #C974B2;
}
.AnyTagClassName
{
color: #C974B2;
}
</style>
background-color css
<style>
a { background-color: #C974B2; }
a { background-color: rgb(201,116,178); }
div.DivClassName
{
background-color: #C974B2;
}
.BgClassName
{
background-color: #C974B2;
}
</style>
border-color css
<style>
span { border-color: #C974B2; }
span { border-color: rgb(201,116,178); }
td.TdClassName
{
border-color: #C974B2;
}
.TagClassName
{
border-color: #C974B2;
}
</style>