#C25F86

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

Shades of Hopbush #C25F86

Tints of Hopbush #C25F86

Color information

#C25F86 (or 0xC25F86) is unknown color: approx Hopbush. HEX triplet: C2, 5F and 86. RGB value is (194,95,134). Sum of RGB (Red+Green+Blue) = 194+95+134=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F86 is #3DA079. Grayscale: #808080. Windows color (decimal): -4038778 or 8806338. OLE color: 8806338.

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

Color convert

RGB19495134-
CMYK00.510.310.24
HSL336.36º44.8%56.67%-
HSV(B)336.36º51.03%76.08%-
XYZ30.6421.3725.06-
YUV129.05130.8174.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=45.86%
G=22.46%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949513400.510.310.24336.3644.856.67
HexC25F860331F181502d39
Octal30213720606337305205571
Binary1100001010111111000011001100111111111000101010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F86; }

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

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

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

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

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

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

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

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