#C269AA

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

Shades of Hopbush #C269AA

Tints of Hopbush #C269AA

Color information

#C269AA (or 0xC269AA) is unknown color: approx Hopbush. HEX triplet: C2, 69 and AA. RGB value is (194,105,170). Sum of RGB (Red+Green+Blue) = 194+105+170=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C269AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269AA is #3D9655. Grayscale: #8A8A8A. Windows color (decimal): -4036182 or 11168194. OLE color: 11168194.

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

Color convert

RGB194105170-
CMYK00.460.120.24
HSL316.18º42.18%58.63%-
HSV(B)316.18º45.88%76.08%-
XYZ34.5624.4740.93-
YUV139.02145.49167.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=41.36%
G=22.39%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410517000.460.120.24316.1842.1858.63
HexC269AA02EC1813c2a3b
Octal30215125205614304745273
Binary110000101101001101010100101110110011000100111100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269AA; }

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

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

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

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

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

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

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

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