#C26196

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

Shades of Hopbush #C26196

Tints of Hopbush #C26196

Color information

#C26196 (or 0xC26196) is unknown color: approx Hopbush. HEX triplet: C2, 61 and 96. RGB value is (194,97,150). Sum of RGB (Red+Green+Blue) = 194+97+150=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C26196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26196 is #3D9E69. Grayscale: #838383. Windows color (decimal): -4038250 or 9855426. OLE color: 9855426.

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

Color convert

RGB19497150-
CMYK00.500.230.24
HSL327.22º44.29%57.06%-
HSV(B)327.22º50%76.08%-
XYZ32.0322.2231.46-
YUV132.04138.14172.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=43.99%
G=22.00%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949715000.500.230.24327.2244.2957.06
HexC2619603217181472c39
Octal30214122606227305075471
Binary1100001011000011001011001100101011111000101000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26196; }

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

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

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

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

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

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

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

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