#C6749B

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

Shades of Hopbush #C6749B

Tints of Hopbush #C6749B

Color information

#C6749B (or 0xC6749B) is unknown color: approx Hopbush. HEX triplet: C6, 74 and 9B. RGB value is (198,116,155). Sum of RGB (Red+Green+Blue) = 198+116+155=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6749B is #398B64. Grayscale: #909090. Windows color (decimal): -3771237 or 10187974. OLE color: 10187974.

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

Color convert

RGB198116155-
CMYK00.410.220.22
HSL331.46º41.84%61.57%-
HSV(B)331.46º41.41%77.65%-
XYZ35.4526.8634.33-
YUV144.96133.67165.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=42.22%
G=24.73%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811615500.410.220.22331.4641.8461.57
HexC6749B029161614b2a3e
Octal30616423305126265135276
Binary1100011011101001001101101010011011010110101001011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6749B; }

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

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

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

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

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

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

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

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