#C26190

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

Shades of Hopbush #C26190

Tints of Hopbush #C26190

Color information

#C26190 (or 0xC26190) is unknown color: approx Hopbush. HEX triplet: C2, 61 and 90. RGB value is (194,97,144). Sum of RGB (Red+Green+Blue) = 194+97+144=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C26190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26190 is #3D9E6F. Grayscale: #838383. Windows color (decimal): -4038256 or 9462210. OLE color: 9462210.

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

Color convert

RGB19497144-
CMYK00.500.260.24
HSL330.93º44.29%57.06%-
HSV(B)330.93º50%76.08%-
XYZ31.5622.0328.97-
YUV131.36135.14172.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=44.60%
G=22.30%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949714400.500.260.24330.9344.2957.06
HexC261900321A1814b2c39
Octal30214122006232305135471
Binary1100001011000011001000001100101101011000101001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26190; }

 p { color: rgb(194,97,144); }

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

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

 a { background-color: rgb(194,97,144); }

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

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

 span { border-color: rgb(194,97,144); }

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