#C6749F

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

Shades of Hopbush #C6749F

Tints of Hopbush #C6749F

Color information

#C6749F (or 0xC6749F) is unknown color: approx Hopbush. HEX triplet: C6, 74 and 9F. RGB value is (198,116,159). Sum of RGB (Red+Green+Blue) = 198+116+159=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6749F is #398B60. Grayscale: #919191. Windows color (decimal): -3771233 or 10450118. OLE color: 10450118.

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

Color convert

RGB198116159-
CMYK00.410.200.22
HSL328.54º41.84%61.57%-
HSV(B)328.54º41.41%77.65%-
XYZ35.792736.13-
YUV145.42135.67165.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 116 (45.70% from 255) = 24.52%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=41.86%
G=24.52%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811615900.410.200.22328.5441.8461.57
HexC6749F02914161492a3e
Octal30616423705124265115276
Binary1100011011101001001111101010011010010110101001001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6749F; }

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

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

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

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

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

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

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

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