#C26492

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

Shades of Hopbush #C26492

Tints of Hopbush #C26492

Color information

#C26492 (or 0xC26492) is unknown color: approx Hopbush. HEX triplet: C2, 64 and 92. RGB value is (194,100,146). Sum of RGB (Red+Green+Blue) = 194+100+146=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C26492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26492 is #3D9B6D. Grayscale: #858585. Windows color (decimal): -4037486 or 9594050. OLE color: 9594050.

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

Color convert

RGB194100146-
CMYK00.480.250.24
HSL330.64º43.52%57.65%-
HSV(B)330.64º48.45%76.08%-
XYZ31.9922.6629.88-
YUV133.35135.14171.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=44.09%
G=22.73%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410014600.480.250.24330.6443.5257.65
HexC26492030191814b2c3a
Octal30214422206031305135472
Binary1100001011001001001001001100001100111000101001011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26492; }

 p { color: rgb(194,100,146); }

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

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

 a { background-color: rgb(194,100,146); }

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

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

 span { border-color: rgb(194,100,146); }

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