#C15F90

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

Shades of Hopbush #C15F90

Tints of Hopbush #C15F90

Color information

#C15F90 (or 0xC15F90) is unknown color: approx Hopbush. HEX triplet: C1, 5F and 90. RGB value is (193,95,144). Sum of RGB (Red+Green+Blue) = 193+95+144=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F90 is #3EA06F. Grayscale: #818181. Windows color (decimal): -4104304 or 9461697. OLE color: 9461697.

HSL color Cylindrical-coordinate representation of color #C15F90: hue angle of 330º 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 #C15F90 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19395144-
CMYK00.510.250.24
HSL330º44.14%56.47%-
HSV(B)330º50.78%75.69%-
XYZ31.1221.5428.9-
YUV129.89135.97173.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 144 (56.64% from 255) = 33.33%
R=44.68%
G=21.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939514400.510.250.2433044.1456.47
HexC15F90033191814a2c38
Octal30113722006331305125470
Binary1100000110111111001000001100111100111000101001010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F90; }

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

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

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

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

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

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

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

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