#C26386

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

Shades of Hopbush #C26386

Tints of Hopbush #C26386

Color information

#C26386 (or 0xC26386) is unknown color: approx Hopbush. HEX triplet: C2, 63 and 86. RGB value is (194,99,134). Sum of RGB (Red+Green+Blue) = 194+99+134=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C26386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26386 is #3D9C79. Grayscale: #838383. Windows color (decimal): -4037754 or 8807362. OLE color: 8807362.

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

Color convert

RGB19499134-
CMYK00.490.310.24
HSL337.89º43.78%57.45%-
HSV(B)337.89º48.97%76.08%-
XYZ31.0122.1125.19-
YUV131.4129.47172.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=45.43%
G=23.19%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949913400.490.310.24337.8943.7857.45
HexC263860311F181522c39
Octal30214320606137305225471
Binary1100001011000111000011001100011111111000101010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26386; }

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

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

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

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

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

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

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

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