#C26990

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

Shades of Hopbush #C26990

Tints of Hopbush #C26990

Color information

#C26990 (or 0xC26990) is unknown color: approx Hopbush. HEX triplet: C2, 69 and 90. RGB value is (194,105,144). Sum of RGB (Red+Green+Blue) = 194+105+144=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C26990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26990 is #3D966F. Grayscale: #878787. Windows color (decimal): -4036208 or 9464258. OLE color: 9464258.

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

Color convert

RGB194105144-
CMYK00.460.260.24
HSL333.71º42.18%58.63%-
HSV(B)333.71º45.88%76.08%-
XYZ32.3323.5929.23-
YUV136.06132.49169.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=43.79%
G=23.70%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410514400.460.260.24333.7142.1858.63
HexC2699002E1A1814e2a3b
Octal30215122005632305165273
Binary1100001011010011001000001011101101011000101001110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26990; }

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

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

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

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

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

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

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

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