#C674AE

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

Shades of Hopbush #C674AE

Tints of Hopbush #C674AE

Color information

#C674AE (or 0xC674AE) is unknown color: approx Hopbush. HEX triplet: C6, 74 and AE. RGB value is (198,116,174). Sum of RGB (Red+Green+Blue) = 198+116+174=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C674AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C674AE is #398B51. Grayscale: #929292. Windows color (decimal): -3771218 or 11433158. OLE color: 11433158.

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

Color convert

RGB198116174-
CMYK00.410.120.22
HSL317.56º41.84%61.57%-
HSV(B)317.56º41.41%77.65%-
XYZ37.1727.5543.4-
YUV147.13143.17164.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=40.57%
G=23.77%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811617400.410.120.22317.5641.8461.57
HexC674AE029C1613e2a3e
Octal30616425605114264765276
Binary110001101110100101011100101001110010110100111110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674AE; }

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

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

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

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

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

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

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

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