#C26596

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

Shades of Hopbush #C26596

Tints of Hopbush #C26596

Color information

#C26596 (or 0xC26596) is unknown color: approx Hopbush. HEX triplet: C2, 65 and 96. RGB value is (194,101,150). Sum of RGB (Red+Green+Blue) = 194+101+150=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C26596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26596 is #3D9A69. Grayscale: #868686. Windows color (decimal): -4037226 or 9856450. OLE color: 9856450.

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

Color convert

RGB194101150-
CMYK00.480.230.24
HSL328.39º43.26%57.84%-
HSV(B)328.39º47.94%76.08%-
XYZ32.4122.9831.58-
YUV134.39136.81170.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=43.60%
G=22.70%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410115000.480.230.24328.3943.2657.84
HexC2659603017181482b3a
Octal30214522606027305105372
Binary1100001011001011001011001100001011111000101001000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26596; }

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

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

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

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

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

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

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

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