#C26299

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

Shades of Hopbush #C26299

Tints of Hopbush #C26299

Color information

#C26299 (or 0xC26299) is unknown color: approx Hopbush. HEX triplet: C2, 62 and 99. RGB value is (194,98,153). Sum of RGB (Red+Green+Blue) = 194+98+153=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C26299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26299 is #3D9D66. Grayscale: #848484. Windows color (decimal): -4037991 or 10052290. OLE color: 10052290.

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

Color convert

RGB19498153-
CMYK00.490.210.24
HSL325.62º44.04%57.25%-
HSV(B)325.62º49.48%76.08%-
XYZ32.3722.532.77-
YUV132.97139.3171.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=43.60%
G=22.02%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949815300.490.210.24325.6244.0457.25
HexC2629903115181462c39
Octal30214223106125305065471
Binary1100001011000101001100101100011010111000101000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26299; }

 p { color: rgb(194,98,153); }

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

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

 a { background-color: rgb(194,98,153); }

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

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

 span { border-color: rgb(194,98,153); }

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