Shades of Hopbush #C975AB
Tints of Hopbush #C975AB
RGB
CMYK
RGB Variations
Color information
#C975AB (or 0xC975AB) is known color: Hopbush. HEX triplet: C9, 75 and AB. RGB value is (201,117,171). Sum of RGB (Red+Green+Blue) = 201+117+171=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C975AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975AB is #368A54. Grayscale: #949494. Windows color (decimal): -3574357 or 11236809. OLE color: 11236809.
HSL color Cylindrical-coordinate representation of color #C975AB: hue angle of 321.43º 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 #C975AB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 117 | 171 | - |
CMYK | 0 | 0.42 | 0.15 | 0.21 |
HSL | 321.43º | 0.44% | 0.62% | - |
HSV(B) | 321.43º | 0.42% | 0.79% | - |
XYZ | 37.8 | 28.08 | 41.96 | - |
YUV | 148.27 | 140.83 | 165.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 117 | 171 | 0 | 0.42 | 0.15 | 0.21 | 321.43 | 0.44 | 0.62 |
Hex | C9 | 75 | AB | 0 | 2A | F | 15 | 141 | 2C | 3E |
Octal | 311 | 165 | 253 | 0 | 52 | 17 | 25 | 501 | 54 | 76 |
Binary | 11001001 | 1110101 | 10101011 | 0 | 101010 | 1111 | 10101 | 101000001 | 101100 | 111110 |
Color Harmonies of #C975AB
Complementary color
Monochromatic Colors of #C975AB
Black with #C975AB
Text Example
Text Example
White with #C975AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975AB; }
p { color: rgb(201,117,171); }
H1.HeaderClassName
{
color: #C975AB;
}
.AnyTagClassName
{
color: #C975AB;
}
</style>
background-color css
<style>
a { background-color: #C975AB; }
a { background-color: rgb(201,117,171); }
div.DivClassName
{
background-color: #C975AB;
}
.BgClassName
{
background-color: #C975AB;
}
</style>
border-color css
<style>
span { border-color: #C975AB; }
span { border-color: rgb(201,117,171); }
td.TdClassName
{
border-color: #C975AB;
}
.TagClassName
{
border-color: #C975AB;
}
</style>