#C26694

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

Shades of Hopbush #C26694

Tints of Hopbush #C26694

Color information

#C26694 (or 0xC26694) is unknown color: approx Hopbush. HEX triplet: C2, 66 and 94. RGB value is (194,102,148). Sum of RGB (Red+Green+Blue) = 194+102+148=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C26694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26694 is #3D996B. Grayscale: #868686. Windows color (decimal): -4036972 or 9725634. OLE color: 9725634.

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

Color convert

RGB194102148-
CMYK00.470.240.24
HSL330º42.99%58.04%-
HSV(B)330º47.42%76.08%-
XYZ32.3423.1130.77-
YUV134.75135.48170.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=43.69%
G=22.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410214800.470.240.2433042.9958.04
HexC2669402F181814a2b3a
Octal30214622405730305125372
Binary1100001011001101001010001011111100011000101001010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26694; }

 p { color: rgb(194,102,148); }

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

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

 a { background-color: rgb(194,102,148); }

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

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

 span { border-color: rgb(194,102,148); }

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