#C26CAA

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

Shades of Hopbush #C26CAA

Tints of Hopbush #C26CAA

Color information

#C26CAA (or 0xC26CAA) is unknown color: approx Hopbush. HEX triplet: C2, 6C and AA. RGB value is (194,108,170). Sum of RGB (Red+Green+Blue) = 194+108+170=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C26CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26CAA is #3D9355. Grayscale: #8C8C8C. Windows color (decimal): -4035414 or 11168962. OLE color: 11168962.

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

Color convert

RGB194108170-
CMYK00.440.120.24
HSL316.74º41.35%59.22%-
HSV(B)316.74º44.33%76.08%-
XYZ34.8725.141.04-
YUV140.78144.49165.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 108 (42.58% from 255) = 22.88%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=41.10%
G=22.88%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410817000.440.120.24316.7441.3559.22
HexC26CAA02CC1813d293b
Octal30215425205414304755173
Binary110000101101100101010100101100110011000100111101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CAA; }

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

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

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

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

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

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

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

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