#C26591

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

Shades of Hopbush #C26591

Tints of Hopbush #C26591

Color information

#C26591 (or 0xC26591) is unknown color: approx Hopbush. HEX triplet: C2, 65 and 91. RGB value is (194,101,145). Sum of RGB (Red+Green+Blue) = 194+101+145=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C26591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26591 is #3D9A6E. Grayscale: #858585. Windows color (decimal): -4037231 or 9528770. OLE color: 9528770.

HSL color Cylindrical-coordinate representation of color #C26591: hue angle of 331.61º degrees, saturation: 0.43, 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 #C26591 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB194101145-
CMYK00.480.250.24
HSL331.61º43.26%57.84%-
HSV(B)331.61º47.94%76.08%-
XYZ32.0122.8229.51-
YUV133.82134.31170.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=44.09%
G=22.95%
B=32.95%

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
Decimal19410114500.480.250.24331.6143.2657.84
HexC26591030191814c2b3a
Octal30214522106031305145372
Binary1100001011001011001000101100001100111000101001100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26591; }

 p { color: rgb(194,101,145); }

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

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

 a { background-color: rgb(194,101,145); }

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

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

 span { border-color: rgb(194,101,145); }

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