#C15F89

Color #C15F89 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C15F89

Tints of Hopbush #C15F89

Color information

#C15F89 (or 0xC15F89) is unknown color: approx Hopbush. HEX triplet: C1, 5F and 89. RGB value is (193,95,137). Sum of RGB (Red+Green+Blue) = 193+95+137=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F89 is #3EA076. Grayscale: #818181. Windows color (decimal): -4104311 or 9002945. OLE color: 9002945.

HSL color Cylindrical-coordinate representation of color #C15F89: hue angle of 334.29º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15F89 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19395137-
CMYK00.510.290.24
HSL334.29º44.14%56.47%-
HSV(B)334.29º50.78%75.69%-
XYZ30.621.3326.17-
YUV129.09132.47173.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=45.41%
G=22.35%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939513700.510.290.24334.2944.1456.47
HexC15F890331D1814e2c38
Octal30113721106335305165470
Binary1100000110111111000100101100111110111000101001110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F89; }

 p { color: rgb(193,95,137); }

 H1.HeaderClassName
 {
   color: #C15F89;
 }
 .AnyTagClassName
 {
   color: #C15F89;
 }
</style>
background-color css

<style>
 a { background-color: #C15F89; }

 a { background-color: rgb(193,95,137); }

 div.DivClassName
 {
   background-color: #C15F89;
 }
 .BgClassName
 {
   background-color: #C15F89;
 }
</style>
border-color css

<style>
 span { border-color: #C15F89; }

 span { border-color: rgb(193,95,137); }

 td.TdClassName
 {
   border-color: #C15F89;
 }
 .TagClassName
 {
   border-color: #C15F89;
 }
</style>