#C7749B

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

Shades of Hopbush #C7749B

Tints of Hopbush #C7749B

Color information

#C7749B (or 0xC7749B) is unknown color: approx Hopbush. HEX triplet: C7, 74 and 9B. RGB value is (199,116,155). Sum of RGB (Red+Green+Blue) = 199+116+155=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7749B is #388B64. Grayscale: #919191. Windows color (decimal): -3705701 or 10187975. OLE color: 10187975.

HSL color Cylindrical-coordinate representation of color #C7749B: hue angle of 331.81º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7749B is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB199116155-
CMYK00.420.220.22
HSL331.81º42.56%61.76%-
HSV(B)331.81º41.71%78.04%-
XYZ35.712734.34-
YUV145.26133.5166.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=42.34%
G=24.68%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911615500.420.220.22331.8142.5661.76
HexC7749B02A161614c2b3e
Octal30716423305226265145376
Binary1100011111101001001101101010101011010110101001100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7749B; }

 p { color: rgb(199,116,155); }

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

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

 a { background-color: rgb(199,116,155); }

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

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

 span { border-color: rgb(199,116,155); }

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