#C26893

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

Shades of Hopbush #C26893

Tints of Hopbush #C26893

Color information

#C26893 (or 0xC26893) is unknown color: approx Hopbush. HEX triplet: C2, 68 and 93. RGB value is (194,104,147). Sum of RGB (Red+Green+Blue) = 194+104+147=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C26893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26893 is #3D976C. Grayscale: #878787. Windows color (decimal): -4036461 or 9660610. OLE color: 9660610.

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

Color convert

RGB194104147-
CMYK00.460.240.24
HSL331.33º42.45%58.43%-
HSV(B)331.33º46.39%76.08%-
XYZ32.4623.4830.42-
YUV135.81134.32169.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=43.60%
G=23.37%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410414700.460.240.24331.3342.4558.43
HexC2689302E181814b2a3a
Octal30215022305630305135272
Binary1100001011010001001001101011101100011000101001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26893; }

 p { color: rgb(194,104,147); }

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

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

 a { background-color: rgb(194,104,147); }

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

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

 span { border-color: rgb(194,104,147); }

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