#C26CA5

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

Shades of Hopbush #C26CA5

Tints of Hopbush #C26CA5

Color information

#C26CA5 (or 0xC26CA5) is unknown color: approx Hopbush. HEX triplet: C2, 6C and A5. RGB value is (194,108,165). Sum of RGB (Red+Green+Blue) = 194+108+165=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C26CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26CA5 is #3D935A. Grayscale: #8C8C8C. Windows color (decimal): -4035419 or 10841282. OLE color: 10841282.

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

Color convert

RGB194108165-
CMYK00.440.150.24
HSL320.23º41.35%59.22%-
HSV(B)320.23º44.33%76.08%-
XYZ34.424.9138.59-
YUV140.21141.99166.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=41.54%
G=23.13%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410816500.440.150.24320.2341.3559.22
HexC26CA502CF18140293b
Octal30215424505417305005173
Binary110000101101100101001010101100111111000101000000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CA5; }

 p { color: rgb(194,108,165); }

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

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

 a { background-color: rgb(194,108,165); }

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

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

 span { border-color: rgb(194,108,165); }

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