#C2649F

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

Shades of Hopbush #C2649F

Tints of Hopbush #C2649F

Color information

#C2649F (or 0xC2649F) is unknown color: approx Hopbush. HEX triplet: C2, 64 and 9F. RGB value is (194,100,159). Sum of RGB (Red+Green+Blue) = 194+100+159=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2649F is #3D9B60. Grayscale: #868686. Windows color (decimal): -4037473 or 10446018. OLE color: 10446018.

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

Color convert

RGB194100159-
CMYK00.480.180.24
HSL322.34º43.52%57.65%-
HSV(B)322.34º48.45%76.08%-
XYZ33.0623.0935.51-
YUV134.83141.64170.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=42.83%
G=22.08%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410015900.480.180.24322.3443.5257.65
HexC2649F03012181422c3a
Octal30214423706022305025472
Binary1100001011001001001111101100001001011000101000010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2649F; }

 p { color: rgb(194,100,159); }

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

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

 a { background-color: rgb(194,100,159); }

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

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

 span { border-color: rgb(194,100,159); }

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