#C26998

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

Shades of Hopbush #C26998

Tints of Hopbush #C26998

Color information

#C26998 (or 0xC26998) is unknown color: approx Hopbush. HEX triplet: C2, 69 and 98. RGB value is (194,105,152). Sum of RGB (Red+Green+Blue) = 194+105+152=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C26998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26998 is #3D9667. Grayscale: #888888. Windows color (decimal): -4036200 or 9988546. OLE color: 9988546.

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

Color convert

RGB194105152-
CMYK00.460.220.24
HSL328.31º42.18%58.63%-
HSV(B)328.31º45.88%76.08%-
XYZ32.9723.8432.57-
YUV136.97136.49168.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=43.02%
G=23.28%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410515200.460.220.24328.3142.1858.63
HexC2699802E16181482a3b
Octal30215123005626305105273
Binary1100001011010011001100001011101011011000101001000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26998; }

 p { color: rgb(194,105,152); }

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

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

 a { background-color: rgb(194,105,152); }

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

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

 span { border-color: rgb(194,105,152); }

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