#C26D99

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

Shades of Hopbush #C26D99

Tints of Hopbush #C26D99

Color information

#C26D99 (or 0xC26D99) is unknown color: approx Hopbush. HEX triplet: C2, 6D and 99. RGB value is (194,109,153). Sum of RGB (Red+Green+Blue) = 194+109+153=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26D99 is #3D9266. Grayscale: #8B8B8B. Windows color (decimal): -4035175 or 10055106. OLE color: 10055106.

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

Color convert

RGB194109153-
CMYK00.440.210.24
HSL328.94º41.06%59.41%-
HSV(B)328.94º43.81%76.08%-
XYZ33.4724.7133.14-
YUV139.43135.66166.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=42.54%
G=23.90%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410915300.440.210.24328.9441.0659.41
HexC26D9902C1518149293b
Octal30215523105425305115173
Binary1100001011011011001100101011001010111000101001001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D99; }

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

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

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

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

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

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

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

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