#C674A5

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

Shades of Hopbush #C674A5

Tints of Hopbush #C674A5

Color information

#C674A5 (or 0xC674A5) is unknown color: approx Hopbush. HEX triplet: C6, 74 and A5. RGB value is (198,116,165). Sum of RGB (Red+Green+Blue) = 198+116+165=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C674A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C674A5 is #398B5A. Grayscale: #919191. Windows color (decimal): -3771227 or 10843334. OLE color: 10843334.

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

Color convert

RGB198116165-
CMYK00.410.170.22
HSL324.15º41.84%61.57%-
HSV(B)324.15º41.41%77.65%-
XYZ36.3327.2138.94-
YUV146.1138.67165.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=41.34%
G=24.22%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811616500.410.170.22324.1541.8461.57
HexC674A502911161442a3e
Octal30616424505121265045276
Binary1100011011101001010010101010011000110110101000100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674A5; }

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

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

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

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

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

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

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

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