#C269A6

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

Shades of Hopbush #C269A6

Tints of Hopbush #C269A6

Color information

#C269A6 (or 0xC269A6) is unknown color: approx Hopbush. HEX triplet: C2, 69 and A6. RGB value is (194,105,166). Sum of RGB (Red+Green+Blue) = 194+105+166=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C269A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269A6 is #3D9659. Grayscale: #8A8A8A. Windows color (decimal): -4036186 or 10906050. OLE color: 10906050.

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

Color convert

RGB194105166-
CMYK00.460.140.24
HSL318.88º42.18%58.63%-
HSV(B)318.88º45.88%76.08%-
XYZ34.1824.3338.97-
YUV138.56143.49167.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=41.72%
G=22.58%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410516600.460.140.24318.8842.1858.63
HexC269A602EE1813f2a3b
Octal30215124605616304775273
Binary110000101101001101001100101110111011000100111111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269A6; }

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

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

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

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

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

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

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

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