#C4749A

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

Shades of Hopbush #C4749A

Tints of Hopbush #C4749A

Color information

#C4749A (or 0xC4749A) is unknown color: approx Hopbush. HEX triplet: C4, 74 and 9A. RGB value is (196,116,154). Sum of RGB (Red+Green+Blue) = 196+116+154=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4749A is #3B8B65. Grayscale: #909090. Windows color (decimal): -3902310 or 10122436. OLE color: 10122436.

HSL color Cylindrical-coordinate representation of color #C4749A: hue angle of 331.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4749A is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB196116154-
CMYK00.410.210.23
HSL331.5º40.4%61.18%-
HSV(B)331.5º40.82%76.86%-
XYZ34.8426.5633.86-
YUV144.25133.5164.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=42.06%
G=24.89%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611615400.410.210.23331.540.461.18
HexC4749A029151714c283d
Octal30416423205125275145075
Binary1100010011101001001101001010011010110111101001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4749A; }

 p { color: rgb(196,116,154); }

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

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

 a { background-color: rgb(196,116,154); }

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

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

 span { border-color: rgb(196,116,154); }

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