#C25F91

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

Shades of Hopbush #C25F91

Tints of Hopbush #C25F91

Color information

#C25F91 (or 0xC25F91) is unknown color: approx Hopbush. HEX triplet: C2, 5F and 91. RGB value is (194,95,145). Sum of RGB (Red+Green+Blue) = 194+95+145=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F91 is #3DA06E. Grayscale: #828282. Windows color (decimal): -4038767 or 9527234. OLE color: 9527234.

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

Color convert

RGB19495145-
CMYK00.510.250.24
HSL329.7º44.8%56.67%-
HSV(B)329.7º51.03%76.08%-
XYZ31.4521.729.32-
YUV130.3136.3173.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=44.70%
G=21.89%
B=33.41%

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
Decimal1949514500.510.250.24329.744.856.67
HexC25F91033191814a2d39
Octal30213722106331305125571
Binary1100001010111111001000101100111100111000101001010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F91; }

 p { color: rgb(194,95,145); }

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

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

 a { background-color: rgb(194,95,145); }

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

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

 span { border-color: rgb(194,95,145); }

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