#C4749C

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

Shades of Hopbush #C4749C

Tints of Hopbush #C4749C

Color information

#C4749C (or 0xC4749C) is unknown color: approx Hopbush. HEX triplet: C4, 74 and 9C. RGB value is (196,116,156). Sum of RGB (Red+Green+Blue) = 196+116+156=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4749C is #3B8B63. Grayscale: #909090. Windows color (decimal): -3902308 or 10253508. OLE color: 10253508.

HSL color Cylindrical-coordinate representation of color #C4749C: hue angle of 330º 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 #C4749C is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB196116156-
CMYK00.410.200.23
HSL330º40.4%61.18%-
HSV(B)330º40.82%76.86%-
XYZ35.0126.6334.75-
YUV144.48134.5164.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=41.88%
G=24.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611615600.410.200.2333040.461.18
HexC4749C029141714a283d
Octal30416423405124275125075
Binary1100010011101001001110001010011010010111101001010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4749C; }

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

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

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

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

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

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

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

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