Shades of Hopbush #C27D9F
Tints of Hopbush #C27D9F
RGB
CMYK
RGB Variations
Color information
#C27D9F (or 0xC27D9F) is known color: Hopbush. HEX triplet: C2, 7D and 9F. RGB value is (194,125,159). Sum of RGB (Red+Green+Blue) = 194+125+159=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D9F is #3D8260. Grayscale: #959595. Windows color (decimal): -4031073 or 10452418. OLE color: 10452418.
HSL color Cylindrical-coordinate representation of color #C27D9F: hue angle of 330.43º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D9F is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 159 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.24 |
| HSL | 330.43º | 0.36% | 0.63% | - |
| HSV(B) | 330.43º | 0.36% | 0.76% | - |
| XYZ | 35.84 | 28.64 | 36.44 | - |
| YUV | 149.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 159 | 0 | 0.36 | 0.18 | 0.24 | 330.43 | 0.36 | 0.63 |
| Hex | C2 | 7D | 9F | 0 | 24 | 12 | 18 | 14A | 24 | 3F |
| Octal | 302 | 175 | 237 | 0 | 44 | 22 | 30 | 512 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10011111 | 0 | 100100 | 10010 | 11000 | 101001010 | 100100 | 111111 |
Color Harmonies of #C27D9F
Complementary color
Monochromatic Colors of #C27D9F
Black with #C27D9F
Text Example
Text Example
White with #C27D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D9F; }
p { color: rgb(194,125,159); }
H1.HeaderClassName
{
color: #C27D9F;
}
.AnyTagClassName
{
color: #C27D9F;
}
</style>
background-color css
<style>
a { background-color: #C27D9F; }
a { background-color: rgb(194,125,159); }
div.DivClassName
{
background-color: #C27D9F;
}
.BgClassName
{
background-color: #C27D9F;
}
</style>
border-color css
<style>
span { border-color: #C27D9F; }
span { border-color: rgb(194,125,159); }
td.TdClassName
{
border-color: #C27D9F;
}
.TagClassName
{
border-color: #C27D9F;
}
</style>